6_6_array_bound_float.c (80B)
1 int test_main(void) { 2 int a[1.0]; 3 return (int)(sizeof(a) / sizeof(a[0])); 4 }