blob: fd644ad7854993ec300e89da8bde5a7d801399f3 [file] [log] [blame]
// { dg-do compile { target c++11 } }
char c;
constexpr char p2 = *(&c - 1); // { dg-error "-1" }