Update testcases to use long to index gep
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
1 ; This should parse correctly without an 'implementation', but our current YACC
2 ; based parser doesn't have the required 2 token lookahead...
3
4         %T = type int *
5
6 %T %test() {
7         ret %T null
8 }