blob: 84bbfce637627b1b473aad867307322671db29cc [file] [log] [blame]
// PR c++/79781
// { dg-do compile { target int128 } }
// { dg-options "" }
void c() {
static __int128_t d = (long)&&a - (long)&&b;
a:
b:;
}