mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Fixed tests.
This commit is contained in:
@@ -8,14 +8,14 @@ IntFn lambda_naked @export = fn () @naked { asm("ret"); };
|
||||
/* #expect: test.ll
|
||||
|
||||
; Function Attrs: naked nounwind uwtable
|
||||
define internal i32 @"test.$global$lambda2"() #0 {
|
||||
define i32 @"test.$global$lambda2"() #0 {
|
||||
entry:
|
||||
call void asm sideeffect alignstack "ret", "~{dirflag},~{fpsr},~{flags}"()
|
||||
unreachable
|
||||
}
|
||||
|
||||
; Function Attrs: nounwind uwtable
|
||||
define internal i32 @"test.$global$lambda1"() #1 {
|
||||
define i32 @"test.$global$lambda1"() #1 {
|
||||
entry:
|
||||
ret i32 1
|
||||
}
|
||||
Reference in New Issue
Block a user