aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/small.ll
blob: 59e6b1197c0d55f3b82da3654b2ee45dc49c3a53 (plain)
1
2
3
4
5
6
7
8
9
10
%x = type int

implementation

int "foo"(int %in) 
begin
label: 
  ret int 2
end