FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
cxx11-test-long_long.cpp
Go to the documentation of this file.
1 int main(void)
2 {
3  long long l;
4  unsigned long long ul;
5 
6  return ((sizeof(l) >= 8) && (sizeof(ul) >= 8)) ? 0 : 1;
7 }
int main(void)