1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-einline" } */
4 void *foo (void *, int);
5 static inline void *mcp (void *src
, int i
)
15 /* There should be exactly two assignments, one for both
16 the original foo call and the inlined copy (plus a clobber
17 that doesn't match here). In particular bar should look like
22 /* { dg-final { scan-tree-dump-times " = " 2 "einline" } } */