PR c++/83993
[official-gcc.git] / gcc / testsuite / g++.dg / init / pr83993-1.C
blob04992356314bc8ad307e52d1b47a5084a1458985
1 // PR c++/83993
2 // { dg-do compile }
4 extern const int a[];
5 const int *const b = &a[0];
7 int
8 foo ()
10   return b[0];