Files
clang-p2996/llvm/test/Feature/small.ll
Chris Lattner e629eda6b9 Fix for buggy test
llvm-svn: 2267
2002-04-16 21:31:08 +00:00

11 lines
82 B
LLVM

%x = type int
implementation
int "foo"(int %in)
begin
label:
ret int 2
end