(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp23/
ext-floating10.C
// P1467R9 - Extended floating-point types and standard names.
// { dg-do run { target { c++23 && float128_runtime } } }
// { dg-options "" }
// { dg-add-options float128 }

#ifndef WIDTH
#ifndef __STDCPP_FLOAT128_T__
#error Unexpected
#endif
#define WIDTH 128
#endif

#include "ext-floating7.C"