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