mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add macro arguments &foo $foo #foo.
C ABI compatibility aarch64, win64, x86, x64 Added debug info
This commit is contained in:
committed by
Christoffer Lerno
parent
4222f2731e
commit
3c15e495dd
@@ -22,7 +22,8 @@ func void test(int i)
|
||||
// #expect: defer_next_switch.ll
|
||||
|
||||
switch.case:
|
||||
%4 = load i1, i1* %b
|
||||
%3 = load i8, i8* %b, align 1
|
||||
%4 = trunc i8 %3 to i1
|
||||
br i1 %4, label %if.then, label %if.exit
|
||||
|
||||
if.then:
|
||||
|
||||
Reference in New Issue
Block a user