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