6_5_53_sizeof_vla_runtime.c (74B)
1 int test_main(void) { 2 int n = 7; 3 int a[n]; 4 return (int)sizeof(a); 5 }