aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/regalloc/invalid_register_allocation2.c
blob: 88a8e184b418b75d03c49943e7beb67f936cd6ff (plain)
1
2
3
4
5
6
7
extern void toto(int, double);

void
report (int x)
{
      toto (1, x/ 10.0);
}