aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/goto1.C
blob: 84bbfce637627b1b473aad867307322671db29cc (plain)
1
2
3
4
5
6
7
8
9
// PR c++/79781
// { dg-do compile { target int128 } }
// { dg-options "" }

void c() {
  static __int128_t d = (long)&&a - (long)&&b;
a:
b:;
}