aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.other/debug7.C
blob: f79b00a9cc7518e458090d84e15604338f3d6eb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Build don't run:
// Origin: Loren James Rittle <rittle@latour.rsch.comm.mot.com>
// Special g++ Options: -g -O2

namespace std {
  const int __stl_chunk_size = 7;
};

int main ()
{
}