8 lines
161 B
LLVM
8 lines
161 B
LLVM
; Can be used as an entry point for tests that rely purely on static
|
|
; initializer side-effects.
|
|
|
|
define i32 @main(i32 %argc, i8** %argv) {
|
|
entry:
|
|
ret i32 0
|
|
}
|