fork(1) download
  1. #define short short int
  2. #define Int16 short int
  3.  
  4. int main(void)
  5. {
  6. Int16 y;
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function 'int main()':
prog.cpp:6:11: error: two or more data types in declaration of 'y'
stdout
Standard output is empty