Files
c3c/test/test_suite/functions/naked_function.c3t
2025-07-28 18:36:33 +02:00

16 lines
260 B
Plaintext

// #target: macos-x64
fn void test(int i) @naked
{
}
/* #expect: naked_function.ll
define void @naked_function.test(i32 %0) #0 {
entry:
unreachable
}
attributes #0 = { naked nounwind uwtable "no-trapping-math"="true" "stack-protector-buffer-size"="8" }