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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
invalid-__has_warning2.c
blob
f54ff47993190475f7cc7c93dde7f2b21eca070e
1
// RUN: %clang_cc1 -verify %s
2
3
// These must be the last lines in this test.
4
// expected-error@+1{{too few arguments}}
5
int
i
=
__has_warning
();