summaryrefslogtreecommitdiff
path: root/test/Assembler/2002-05-02-ParseError.ll
blob: a5bd309a696e42e0855f3103954b8c9620172c7a (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as %s -o /dev/null -f

; based parser doesn't have the required 2 token lookahead...

%T = type i32 *

define %T @test() {
	ret %T null
}