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
/
CodeGen
/
2003-06-29-MultipleFunctionDefinition.c
blob
9e54ecb77dba49b64feccaa9e252678945940b57
1
// RUN: %clang_cc1 -std=gnu89 -emit-llvm %s -o /dev/null
2
3
/* This is apparently legal C.
4
*/
5
extern
__inline__
void
test
(
void
) { }
6
7
void
test
(
void
) {
8
}