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