Files
c3c/test/test_suite/module/module_generic_mixing.c3

7 lines
99 B
C

module test;
fn void main() {}
module test(<Type>); // #error: generic
fn void test() {
Type a;
}