blob: cd056ab4472be529f1447acb11128136afa95301 [file] [log] [blame]
// RUN: %clang_cc1 -verify -std=c2x %s
/* WG14 N2930: yes
* Consider renaming remove_quals
*/
int remove_quals;
int typeof_unqual; // expected-error {{expected '(' after 'typeof_unqual'}}
typeof_unqual(remove_quals) val;