blob: fdf668bc8987017254acb34178b62a3c8a5c6bbc [file] [log] [blame]
// PR c++/79463
// { dg-options "-g" }
// { dg-do compile { target c++14 } }
struct A;
extern A a; // { dg-error "'a' has incomplete type" }
template < int > int f = a.x;