fork download
  1. #define ulong unsigned long long
  2. #define long long long
  3.  
  4. #define makevar(type, name) type name;
  5.  
  6. int main(void)
  7. {
  8. makevar(ulong, x)
  9. }
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function 'int main()':
prog.cpp:8:5: error: 'long long long' is too long for GCC
stdout
Standard output is empty