2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-71988.C
blob3a30e836894123618936760d93293fadbcf541fc
1 // PR c++/71988
2 // { dg-do compile { target c++11 } }
3 // { dg-options "-fdump-ipa-cgraph" }
5 struct A {};
6 constexpr A a;