// Origin PR c++/55311 // { dg-do compile { target c++11 } } template struct A {}; struct B {}; extern constexpr char HELLO_WORLD[] = "hello world"; A g; // <-- This works fine template using PartiallySpecialized = A; // <-- This fails