Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }