Remove llvm-upgrade and update tests.
[oota-llvm.git] / test / CodeGen / CBackend / 2002-09-20-VarArgPrototypes.ll
1 ; RUN: llvm-as < %s | llc -march=c
2
3
4 declare void @foo(...)
5
6