blob: 206cdd98da0bf04abb085d7a804fd8e0cf02acac [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
void foo() {}
void bar() {
foo(1, 2, 3); /* Too many arguments passed */
}