5 lines
62 B
LLVM
5 lines
62 B
LLVM
|
|
define i64 @program(i64 %argc, i8** %argv) {
|
||
|
|
ret i64 420
|
||
|
|
}
|
||
|
|
|