1 // { dg-do link  }
2 // { dg-options "-g -O2" }
3 // Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
4 
5 namespace std {
6   const int __stl_chunk_size = 7;
7 }
8 
main()9 int main ()
10 {
11 }
12