Fortran: Fix PR 47485.
[gcc.git] / gcc / testsuite / g++.dg / warn / Wctad-maybe-unsupported2.C
blobce664bd8dc8025d008d2c4eb9f7f6c8fa41a606a
1 // { dg-do compile { target c++17 } }
2 // { dg-options "-Wctad-maybe-unsupported" }
4 #include "Wctad-maybe-unsupported.h"
6 A a{42}; // { dg-bogus "may not intend to support class template argument deduction" }