Files
c3c/test/test_suite/module/module_generic_mixing.c3
2026-01-18 00:33:43 +01:00

11 lines
94 B
Plaintext

module test;
fn void main()
{
test{int}();
}
module test <Type>;
fn void test()
{
Type a;
}