fail26

Undocumented in source.
immutable
auto fail26 = q{ --- fail26 // Test excessive arguments void func(u32 arg1 = 42) {} void test() { func(1, 2); } --- <error> fail26:3:20: Error: Too many arguments to `func`, got 2, expected 0-1 };

Meta