summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2002-10-12-TooManyArguments.c
blob: 206cdd98da0bf04abb085d7a804fd8e0cf02acac (plain)
1
2
3
4
5
6
7
8
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null


void foo() {}

void bar() {
  foo(1, 2, 3);  /* Too many arguments passed */
}
OpenPOWER on IntegriCloud