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

Last change on this file since 316 was 316, checked in by bird, 22 years ago

Early testcase.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 192 bytes
Line 
1#if !defined(__IBMCPP__) || __IBMCPP__ >= 400
2namespace std {
3#endif
4
5 unsigned char _S_bit_count[256];
6
7#if !defined(__IBMCPP__) || __IBMCPP__ >= 400
8}
9#endif
10
11int main()
12{
13 return 0;
14}
Note: See TracBrowser for help on using the repository browser.