Files
c3c/test/test_suite/module/module_generic_mixing.c3
2025-03-03 00:32:20 +01:00

7 lines
97 B
Plaintext

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