Changeset 317


Ignore:
Timestamp:
Jun 11, 2003, 5:05:04 PM (22 years ago)
Author:
bird
Message:

Added more stuff, no clues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/456/namespace.cpp

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r316 r317  
    11#if !defined(__IBMCPP__) || __IBMCPP__ >= 400
    22namespace std {
    3 #endif
    4 
    5   unsigned char         _S_bit_count[256];
    6 
    7 #if !defined(__IBMCPP__) || __IBMCPP__ >= 400
     3  unsigned char     _S_bit_count[256];
     4}
     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];
    816}
    917#endif
Note: See TracChangeset for help on using the changeset viewer.