FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cxx11-test-nullptr_fail_compile.cpp
Go to the documentation of this file.
1 int main(void)
2 {
3  int i = nullptr;
4 
5  return 1;
6 }
int main(void)