blob: b2c442913a31e3d3d2f210b5be9ecf69a2d54fd5 [file] [log] [blame]
// PR c++/80356
template <int (&)(int, int)> struct a;
template <int (&b)(int, int)> a<b> f();