OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vla3
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
c11-typedef-redef.c
16
typedef vla2
vla3
; // expected-note{{previous definition is here}}
typedef
17
typedef vla2
vla3
; // expected-error{{redefinition of typedef for variably-modified type 'vla2' (aka 'int [N]')}}
typedef
Completed in 115 milliseconds