Searched refs:test10_bound (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Sema/
H A Darray-init.c285 __attribute__((weak)) const unsigned int test10_bound = 10; variable
286 char test10_global[test10_bound]; // expected-error {{variable length array declaration not allowed at file scope}}
288 char test10_local[test10_bound] = "help"; // expected-error {{variable-sized object may not be initialized}}

Completed in 45 milliseconds