blob: afdb13f0862a74012a93f55ffae1f48d0ea1005b [file] [log] [blame]
template<int> struct A
{
enum { a, b = a };
void foo(A<b>);
};