1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Regression/Jello/simpletest.ll

10 lines
107 B
LLVM
Raw Normal View History

2002-12-04 18:35:11 +01:00
implementation
int %bar() { ret int 0 }
int %main() {
%r = call int %bar()
ret int %r
}