mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
2 lines
176 B
Plaintext
2 lines
176 B
Plaintext
fn void test(int, void) {} // #error: Parameters may not be of type 'void'.
|
|
extern fn void test3(void); // #error: C-style 'foo(void)' style argument declarations are not valid |