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