(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
DRs/
dr2518.C
// CWG 2518
// { dg-do compile { target c++11 } }

template <class T> void f()
{
  static_assert (false, "");
}