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
/
FrontendC
/
2009-07-17-VoidParameter.c
blob: d5769524386cb847fb88f1cfdfd58e04395ce37f (
plain
)
1
2
3
4
// RUN: %llvmgcc -S %s -o -
// PR4214
typedef
void
vt
;
void
(*
func_ptr
)(
vt my_vt
);