source: trunk/testcase/456/namespace.cpp@ 654

Last change on this file since 654 was 317, checked in by bird, 23 years ago

Added more stuff, no clues.

  • Property cvs2svn:cvs-rev set to 1.2
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 380 bytes
RevLine 
[316]1#if !defined(__IBMCPP__) || __IBMCPP__ >= 400
2namespace std {
[317]3 unsigned char _S_bit_count[256];
[316]4}
[317]5namespace nm1 {
6 unsigned char _S_bit_count[256];
7}
8namespace nm2 {
9 unsigned char _S_bit_count[256];
10}
11namespace longname1 {
12 unsigned char _S_bit_count[256];
13}
14namespace longname2 {
15 unsigned char _S_bit_count[256];
16}
[316]17#endif
18
19int main()
20{
21 return 0;
22}
Note: See TracBrowser for help on using the repository browser.