/* { dg-do compile } */ /* { dg-options "-std=gnu99" } */ #include #include void foo () { int ret; void *skb; uint32_t offset; uint64_t from, to, size; ret = bpf_l3_csum_replace (skb, offset, from, to, size); } /* { dg-final { scan-assembler "call\t10" } } */