repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
C
/
C2x
/
n2930.c
blob
cd056ab4472be529f1447acb11128136afa95301
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
;