blob: 1263b98976581380ff63ce668ca578552b762ca6 [file] [log] [blame]
Tanya Lattnercd0aa812004-11-06 21:40:51 +00001; RUN: llvm-as < %s | llc
2
Misha Brukman5b160f12004-08-11 14:16:34 +00003void %foo() {
4 ret void
5}
6
7int %main() {
8 call void ()* %foo()
9 ret int 0
10}