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:
@@ -21,7 +21,7 @@ fn void main()
|
||||
|
||||
/* #expect: foo.ll
|
||||
|
||||
define void @foo_main() #0 {
|
||||
define void @foo.main() #0 {
|
||||
entry:
|
||||
%x = alloca [3 x i32], align 4
|
||||
%y = alloca ptr, align 8
|
||||
|
||||
Reference in New Issue
Block a user