summaryrefslogtreecommitdiff
path: root/test/Feature/prototype.ll
blob: cea4f32b2b2b68371db571b9339e0aa1b264b3d5 (plain)
1
2
3
4
5
6
7
8
9
10
implementation

declare int "bar"(int %in) 

int "foo"(int %blah)
begin
  %xx = call int(int) %bar(int %blah)
  ret int %xx
end