1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
llvm-mirror/test/Feature/small.ll

11 lines
82 B
LLVM
Raw Normal View History

2001-06-06 22:29:01 +02:00
%x = type int
implementation
int "foo"(int %in)
begin
label:
2002-04-16 23:31:08 +02:00
ret int 2
2001-06-06 22:29:01 +02:00
end