brintos

brintos / llvm-project-archived public Read only

0
0
Text · 225 B · cd056ab Raw
10 lines · c
1// RUN: %clang_cc1 -verify -std=c2x %s2 3/* WG14 N2930: yes4 * Consider renaming remove_quals5 */6 7int remove_quals;8int typeof_unqual; // expected-error {{expected '(' after 'typeof_unqual'}}9typeof_unqual(remove_quals) val;10