// P0846R0 // { dg-do compile } // { dg-options "-std=c++2a" } template struct B { template int foo() { return 0; } int i = foo(); };