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