aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/regalloc/spill_queue_issues.c
blob: 8e2019a833c627dad49dbb101a84e27fc0b7eead (plain)
1
2
3
4
5
int g(double);
                                                            ;
void meow (int x) {
  g(100.0 * x);
}