aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/constexpr-dynamic1a.C
blob: 4077a47055c7b6f036dc66a430260b83e3753e26 (plain)
1
2
3
4
5
6
// Test that including <cxxabi.h>, whence the actual abi:__dynamic_cast
// is declared, doesn't affect our constexpr dynamic_cast handling.
// { dg-do compile { target c++20 } }

#include <cxxabi.h>
#include "constexpr-dynamic1.C"