2 /* { dg-options "-O2 -finstrument-functions" } */
4 extern void abort (void);
5 extern void exit (int);
8 foo (double a
, double b
)
22 if (foo (1.0, 4.0) != 6.0)
27 void __attribute__((no_instrument_function
)) __cyg_profile_func_enter(void *this_fn
, void *call_site
) { }
28 void __attribute__((no_instrument_function
)) __cyg_profile_func_exit(void *this_fn
, void *call_site
) { }