template struct foo { int x; }; template struct bar : foo { bar() { x = 3; } };