blob: 0a1b15711b5b7f3e75ecab8969967514adff5800 [file] [log] [blame]
void foo() {}
void bar() {
foo(1, 2, 3); /* Too many arguments passed */
}