mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
3 lines
94 B
C
3 lines
94 B
C
|
|
define Foo = fn void(int a = 10); // #error: Function types may not have default arguments.
|