// PR c++/81359 // { dg-do compile { target c++11 } } template static int test(int); template static void test(...); template (0))> struct A { }; struct B { struct C { int i = 0; }; A a; };