source: trunk/testcase/throw.h@ 834

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

Extended 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: 98 bytes
Line 
1class bar
2{
3 int i;
4public:
5 bar(int i);
6 bar() throw(int);
7 int get() const;
8};
9
Note: See TracBrowser for help on using the repository browser.