template struct A { enum { a, b = a }; void foo(A); };