1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } template <int B> class foo; template <class U> class bar { typedef foo<(U::id > 0)> foobar; };