Files
Plasma/debug/ir.ll
2025-10-14 20:02:22 +11:00

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
}