index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CFrontend
/
2004-06-08-OpaqueStructArg.c
blob: c73bc861263b9483e6d35ffd60cf25826c2183fd (
plain
)
1
2
3
4
5
struct
fu
;
void
foo
(
struct
fu
);
void
bar
() {
foo
;
}