fail27

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

Meta