Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
fold1.C
blob: 8d8df3de68eb368f12c7e6a954da71b033dcc312 [
file
] [
log
] [
blame
]
// PR middle-end/27384
// { dg-do compile }
struct
A
{
static
const
int
i
=
i
;
// { dg-error "not declared" }
int
x
[
i
];
// { dg-error "11:size of array .x. is not an integral constant-expression" }
};