1 // PR c++/71988
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-fdump-ipa-cgraph" }
4 
5 struct A {};
6 constexpr A a;
7