// PR c++/52824 // { dg-do compile { target c++11 } } template struct foo {}; template struct bar : foo {}; int main() { bar f; }