// { dg-options -std=c++1z } template struct A { int i; }; A a1; A a(a1);