Really use attribute.
[llvm-complete.git] / test / CFrontend / 2002-10-12-TooManyArguments.c
blob206cdd98da0bf04abb085d7a804fd8e0cf02acac
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
4 void foo() {}
6 void bar() {
7 foo(1, 2, 3); /* Too many arguments passed */