Mercurial
>
ldforge
/ file comparison
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
file
latest
revisions
annotate
diff
comparison
raw
comparison: cmake/c++11-test-nullptr-N2431.cpp
cmake/c++11-test-nullptr-N2431.cpp
changeset 473
2a84149fe642
equal
deleted
inserted
replaced
472:8986414c6ad5
473:2a84149fe642
1
int main()
2
{
3
int* test = nullptr;
4
return test ? 1 : 0;
5
}