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

char c;
constexpr char p2 = *(&c - 1);	// { dg-error "-1" }