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