aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-05-02-ParseError.ll
blob: 321393c3a5cdc0a4ec2d2f7624d1a31d86c5e2f9 (plain)
1
2
3
4
5
6
7
8
9
10
; This should parse correctly without an 'implementation', but there seems to 
; be a problem...

	%T = type int *

%T "test"()
begin
	ret %T null
end