(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
enum10.C
// PR c++/48534
// { dg-do compile { target c++11 } }

enum class OpSE : bool;

int main()
{
  return static_cast<bool>(OpSE());
}