// PR c++/70822 // { dg-do compile { target c++14 } } struct a { static int b; }; template void foo () { &(a::b); }