mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
6 lines
94 B
Text
6 lines
94 B
Text
//@check-pass
|
|
type A[T] = struct { a: T };
|
|
|
|
function main() = ;
|
|
|
|
function test(a: A[I32]) = ;
|