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

%T = type i32 *

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