[ create a new paste ] login | about

Link: http://codepad.org/hAuu0X9H    [ raw code | output | fork ]

C, pasted on Apr 2:
1
2
3
const int TBL_SIZE = 10;

int tbl[TBL_SIZE]; 


Output:
1
Line 3: error: variably modified 'tbl' at file scope


Create a new paste based on this one


Comments: