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/test0.ll

8 lines
83 B
LLVM
Raw Normal View History

; test ret
void %main() {
BB0:
%X = add int 1, 2
%Y = add int %X, %X
ret void
}