1 // RUN: %clang_cc1 -verify -std=c2x %s 2 3 /* WG14 N2930: yes 4 * Consider renaming remove_quals 5 */ 6 7 int remove_quals; 8 int typeof_unqual; // expected-error {{expected '(' after 'typeof_unqual'}} 9 typeof_unqual(remove_quals) val; 10
1 // RUN: %clang_cc1 -verify -std=c2x %s 2 3 /* WG14 N2930: yes 4 * Consider renaming remove_quals 5 */ 6 7 int remove_quals; 8 int typeof_unqual; // expected-error {{expected '(' after 'typeof_unqual'}} 9 typeof_unqual(remove_quals) val; 10