summaryrefslogtreecommitdiff
path: root/tests/P_hello/hello-llvm.c
blob: 886afb86c5d307afd409be1d6e8efcaa0f001e9a (plain)
1
2
3
4
5
6
int bar();

double hello() {
  int foobar = bar() + 123;
  return (double)foobar;
}