fail25

Undocumented in source.
immutable
auto fail25 = q{ --- fail25 // Test insufficient args with default args void func(u32 arg1, u32 arg2 = 42) {} void test() { func(); } --- <error> fail25:3:20: Error: Too few arguments to `func`, got 0, expected 1-2 };

Meta