6_5_22_sizeof_expr.c (77B)
1 int test_main(void) { 2 int a[7]; 3 return (int)(sizeof(a) / sizeof(int)); 4 }