blob: 529a01dac85cd4309ed08604b36064fcd6311950 [file] [log] [blame]
/* { dg-require-effective-target untyped_assembly } */
/* { dg-skip-if "too many arguments in function call" { bpf-*-* } } */
int
foo (a, b, c)
{
return a + b + c;
}
int
bar ()
{
int q, w, e, r, t, y;
return foo ((int) & q, q, w, e, q, (int) &w);
}