Files
c3c/test/test_suite/module/module_generic_mixing.c3
2025-12-29 17:01:03 +01:00

11 lines
93 B
Plaintext

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