2002-05-02-ParseError.ll   [plain text]


; RUN: llvm-as %s -o /dev/null -f

%T = type i32 *

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