// This example exposes the problem of have a pragma and a following statement in the same scope without brackets. int main(){ int i,j; int n=10, m=10; int a[n][m]; for(i=0;i