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" }