1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/test/Regression/Jello/test1.ll

5 lines
52 B
LLVM
Raw Normal View History

; test ret of an integer
int %main() {
ret int 0
}