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

6 lines
67 B
LLVM
Raw Normal View History

; test a simple add
int %main() {
%X = add int 1, 2
ret int %X
}