1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix for buggy test

llvm-svn: 2267
This commit is contained in:
Chris Lattner 2002-04-16 21:31:08 +00:00
parent 0cda7182ba
commit 7f3c232f01

View File

@ -5,6 +5,6 @@ implementation
int "foo"(int %in)
begin
label:
ret void
ret int 2
end