// { dg-do compile } // Origin: Giovanni Bajo // DR76: Are const volatile variables considered "constant expressions"? volatile const int a = 5; template struct K; template struct K; // { dg-error "" }