Searched refs:test10_bound (Results 1 – 1 of 1) sorted by relevance
302 __attribute__((weak)) const unsigned int test10_bound = 10; variable303 char test10_global[test10_bound]; // expected-error {{variable length array declaration not allowed…305 …char test10_local[test10_bound] = "help"; // expected-error {{variable-sized object may not be ini… in test10()