summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp0x/constexpr-71988.C
blob: 3a30e836894123618936760d93293fadbcf541fc (plain)
1
2
3
4
5
6
// PR c++/71988
// { dg-do compile { target c++11 } }
// { dg-options "-fdump-ipa-cgraph" }

struct A {};
constexpr A a;