PR libfortran/64770 Segfault when trying to open existing file with status="new".
[official-gcc.git] / gcc / testsuite / gcc.dg / ipa / ctor-empty-1.c
blobe678c6d031528dece6b65c7475ab9c412ba453d9
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -c -fdump-ipa-free-inline-summary" } */
3 static __attribute__((constructor))
4 void empty_constructor()
7 /* { dg-final { scan-ipa-dump "Reclaiming functions: empty_constructor" "free-inline-summary" } } */
8 /* { dg-final { cleanup-ipa-dump "free-inline-summary" } } */