(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp1y/
Wnarrowing2.h
       1  #pragma GCC system_header
       2  constexpr unsigned f() { constexpr int n = -1; return unsigned{n}; }