Files
Plasma/debug/ir.ll

16 lines
186 B
LLVM
Raw Normal View History

; 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
}