[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / g++.dg / torture / init-list1.C
blobb8abf6af1a999792ebe92d3017d66c4eb489d561
1 // { dg-do compile }
2 // { dg-options "-std=c++11" }
4 struct S {
5   long long l;
6 } s {(long long) &s};