static const int MY_CONST_ONE = 1;static const int MY_CONST_TWO = MY_CONST_ONE; int main(){ return 0;}
Standard input is empty
prog.c:2:1: error: initializer element is not constant
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!