16 lines
186 B
LLVM
16 lines
186 B
LLVM
; ModuleID = "main"
|
|
target triple = "x86_64-pc-windows-msvc"
|
|
target datalayout = ""
|
|
|
|
define i32 @"test"()
|
|
{
|
|
test_entry:
|
|
ret i32 0
|
|
}
|
|
|
|
define i32 @"main"()
|
|
{
|
|
main_entry:
|
|
ret i32 123
|
|
}
|