projects
/
dyninst.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge pull request #171 from pefoley2/lto
[dyninst.git]
/
cmake
/
CheckCXX11Features
/
cxx11-test-nullptr.cpp
1
int main(void)
2
{
3
void *v = nullptr;
4
5
return v ? 1 : 0;
6
}