Files
c3c/test/test_suite/functions/void_params.c3
2022-08-11 12:59:55 +02:00

2 lines
169 B
C

fn void test(int, void) {} // #error: Parameters may not be of type 'void'.
fn void test3(void); // #error: C-style 'foo(void)' style argument declarations are not valid