1 /* { dg-do compile } */
2 /* { dg-options "-O3 -fipa-cp -fipa-cp-clone -fdump-ipa-cp -fno-early-inlining" } */
4 int global_1
, global_2
;
6 __attribute__((__noclone__
)) int g (int b
, int c
)
12 __attribute__((__noclone__
)) int f (int a
)
14 /* Second parameter of g gets different values. */
28 /* { dg-final { scan-ipa-dump-times "versioned function" 0 "cp" } } */