int main(void){ const int* p = (int[]) { 1, 2, 3, [5] = 100 };}
Standard input is empty
cc1: warnings being treated as errors prog.c: In function ‘main’: prog.c:3: error: unused variable ‘p’
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!