Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wctad-maybe-unsupported3.C
blob: c0ae633744b4fa5dc33b0a4cd92a5c42f3b6e1b2 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++17 } }
// { dg-options "-Wctad-maybe-unsupported -Wsystem-headers" }
#include
"Wctad-maybe-unsupported.h"
A a
{
42
};
// { dg-warning "may not intend to support class template argument deduction" }