HomeSort by relevance Sort by last modified time
    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