source: trunk/testcase/duplicate1.cpp@ 1872

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

Initial coding.

  • 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: 439 bytes
Line 
1/* $Id: duplicate1.cpp 1332 2004-04-04 17:55:18Z bird $ */
2/** @file
3 *
4 * Testcase for emxbind problem with differenting symbols by case.
5 *
6 * Copyright (c) 2004 knut st. osmundsen <[email protected]>
7 *
8 * All Rights Reserved
9 *
10 */
11
12class wxBaseArrayInt
13{
14public:
15 wxBaseArrayInt() {}
16
17 void Clear();
18 void clear();
19
20};
21