Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/18.0-2024-02-13
/
.
/
clang
/
test
/
C
/
C2x
/
n2930.c
blob: cd056ab4472be529f1447acb11128136afa95301 [
file
] [
log
] [
blame
] [
edit
]
// 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
;