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