mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Allow @test with modules. Change name mangling for non exports.
This commit is contained in:
@@ -34,7 +34,7 @@ fn int test()
|
||||
%Bar = type { i32, i32 }
|
||||
%Baz = type { double }
|
||||
|
||||
define i32 @zero_init_test() #0 {
|
||||
define i32 @zero_init.test() #0 {
|
||||
entry:
|
||||
%m = alloca %Mega, align 4
|
||||
%azz = alloca [1 x i32], align 4
|
||||
|
||||
Reference in New Issue
Block a user