mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
2 lines
169 B
C
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
|