Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / C / C2x / n2930.c
blobcd056ab4472be529f1447acb11128136afa95301
1 // RUN: %clang_cc1 -verify -std=c2x %s
3 /* WG14 N2930: yes
4 * Consider renaming remove_quals
5 */
7 int remove_quals;
8 int typeof_unqual; // expected-error {{expected '(' after 'typeof_unqual'}}
9 typeof_unqual(remove_quals) val;