mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Decoupled generics (#2695)
This commit is contained in:
committed by
GitHub
parent
bf1d401566
commit
d96624c578
@@ -35,9 +35,10 @@ fn void main()
|
||||
|
||||
/* #expect: test.ll
|
||||
|
||||
%Client = type <{ i32, %MsgHeader, i16, [2 x i8], %ElasticArray }>
|
||||
%Client = type <{ i32, %MsgHeader, i16, [2 x i8], %"ElasticArray{ulong, 1}" }>
|
||||
%MsgHeader = type { i64 }
|
||||
%ElasticArray = type { i64, [1 x i64] }
|
||||
%"ElasticArray{ulong, 1}" = type { i64, [1 x i64] }
|
||||
|
||||
define void @test.main() #0 {
|
||||
entry:
|
||||
%a = alloca ptr, align 8
|
||||
|
||||
Reference in New Issue
Block a user