Roll out r126169 and r126170 in an attempt to fix the selfhost bot.
[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