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