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
/
Sema
/
implicit-def.c
blob
017e493b7f375deb8b70de0b8d7a7df7553843b1
1
/* RUN: %clang_cc1 -fsyntax-only %s -std=c89
2
* RUN: not %clang_cc1 -fsyntax-only %s -std=c99 -pedantic-errors
3
*/
4
5
int
A
(
void
) {
6
return
X
();
7
}
8