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

%T = type i32 *

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