1 2 3 4 5 6 7
template <typename T, typename U = int> struct Foo { T t; U u; }; static Foo<bool> bar;