Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Darray-init.c302 __attribute__((weak)) const unsigned int test10_bound = 10; variable
303 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()