mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Allow @test with modules. Change name mangling for non exports.
This commit is contained in:
@@ -23,7 +23,7 @@ fn void test()
|
||||
|
||||
/* #expect: struct_codegen_empty.ll
|
||||
|
||||
define void @struct_codegen_empty_test() #0 {
|
||||
define void @struct_codegen_empty.test() #0 {
|
||||
entry:
|
||||
%a = alloca %StructA, align 4
|
||||
%a2 = alloca %StructA, align 4
|
||||
|
||||
Reference in New Issue
Block a user