LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / instrument-1.c
blob1e2d8acc6677a2fa225316f85e0befa43bf7f453
1 /* { dg-do compile } */
2 /* { dg-options "-finstrument-functions" } */
4 void fn () { }
6 /* { dg-final { scan-assembler "__cyg_profile_func_enter" } } */
7 /* { dg-final { scan-assembler "__cyg_profile_func_exit" } } */