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