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

implementation

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