oops, forgot to commit this.
[oota-llvm.git] / test / Verifier / 2003-11-21-FunctionReturningStructure.ll
1 ; RUN: not llvm-as -f %s -o /dev/null
2
3
4 %T = type { int }
5
6 declare %T %test()
7