5 // We used to crash when referencing TYPE_SIZE_UNIT of the messed-up
6 // type used for x, because it was not initialized.
10 template <typename T> class Foo { }; // { dg-error "not a template type" }
12 Foo<int> x; // { dg-error "not a template|incomplete type" }