// { dg-options -std=c++1z } template struct S{S(T){}}; int main() { S{1}; }