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_fail_compile.cpp
1
int main(void)
2
{
3
int i = nullptr;
4
5
return 1;
6
}