summaryrefslogtreecommitdiff
path: root/test/Feature/prototype.ll
blob: 6874ca6b53dc788a2c8cd2d2fffbd4a1321aac26 (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 %bar(int %blah)
  ret int %xx
end