20 lines
295 B
LLVM
20 lines
295 B
LLVM
; ModuleID = "main"
|
|
target triple = "x86_64-pc-windows-msvc"
|
|
target datalayout = ""
|
|
|
|
@"true" = constant i1 1
|
|
@"false" = constant i1 0
|
|
define i32 @"test"()
|
|
{
|
|
test_entry:
|
|
%".2" = add i32 77, 33
|
|
ret i32 %".2"
|
|
}
|
|
|
|
define i32 @"main"()
|
|
{
|
|
main_entry:
|
|
%".2" = call i32 @"test"()
|
|
ret i32 %".2"
|
|
}
|