const int num = 5;const int num2 = num * 2; int main(void) {}
Standard input is empty
prog.c:2:18: error: initializer element is not constant const int num2 = num * 2; ^~~
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!