blob: 2315972fa60ee2cd74c45452736048d6cc90a300 [file] [log] [blame]
// PR c++/97105
// { dg-do compile }
template <int> struct A {};
extern const A<0> a[];
const A<0> a[] = { {} };