#include <stddef.h> static const int BUFSIZE = 1024;char sg_buffer [BUFSIZE]; int main () { }
Standard input is empty
prog.c:4:6: error: variably modified ‘sg_buffer’ at file scope char sg_buffer [BUFSIZE]; ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!