(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-fp-except1.C
// { dg-do compile { target c++11 } }
// { dg-additional-options -fconstexpr-fp-except }

constexpr double inf = 1./0.;