(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
is_convertible5.C
// PR c++/109277
// { dg-do compile { target c++11 } }
// { dg-options -fpermissive }

struct a;
struct b{};
static_assert (!__is_convertible (a, b), ""); // { dg-warning "incomplete" }