This testcase causes the CBE to generate code that is not legal C.
[oota-llvm.git] / test / CodeGen / CBackend / 2004-08-09-va-end-null.ll
1 declare void %llvm.va_end(sbyte*)
2
3 void %test() {
4   call void %llvm.va_end( sbyte* null )
5   ret void
6 }
7