5 lines
65 B
LLVM
5 lines
65 B
LLVM
|
define i32 @main(i32 %argc, i8** %argv) {
|
||
|
entry:
|
||
|
ret i32 0
|
||
|
}
|