llvm-6502/test/Assembler/2002-05-02-ParseError.ll
Chris Lattner 42289a3010 Update testcases to use long to index gep
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5717 91177308-0d34-0410-b5e6-96231b3b80d8
2003-03-06 19:59:08 +00:00

9 lines
189 B
LLVM

; This should parse correctly without an 'implementation', but our current YACC
; based parser doesn't have the required 2 token lookahead...
%T = type int *
%T %test() {
ret %T null
}