blob: cb3c12dff1ed485765a3f6adff327d3d1260df8b [file] [log] [blame]
template <int i>
struct S
{
S () { union { int a; }; a = 0; }
};
S<0> s;