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
/
2004-06-08-OpaqueStructArg.c
blob
bf39b8b3dc6de0c1a0d878cb713b68caf07d5e86
1
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
struct
fu
;
4
void
foo
(
struct
fu
);
5
void
bar
(
void
) {
6
foo
;
7
}