Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / warn / Wctad-maybe-unsupported3.C
blobc0ae633744b4fa5dc33b0a4cd92a5c42f3b6e1b2
1 // { dg-do compile { target c++17 } }
2 // { dg-options "-Wctad-maybe-unsupported -Wsystem-headers" }
4 #include "Wctad-maybe-unsupported.h"
6 A a{42}; // { dg-warning "may not intend to support class template argument deduction" }