fork download
  1. static const int MY_CONST_ONE = 1;
  2. static const int MY_CONST_TWO = MY_CONST_ONE;
  3.  
  4. int main()
  5. {
  6. return 0;
  7. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:2:1: error: initializer element is not constant
stdout
Standard output is empty