source:
trunk/testcase/throw.h@
834
Last change on this file since 834 was 834, checked in by , 22 years ago | |
---|---|
|
|
File size: 98 bytes |
Rev | Line | |
---|---|---|
[834] | 1 | class bar |
2 | { | |
3 | int i; | |
4 | public: | |
5 | bar(int i); | |
6 | bar() throw(int); | |
7 | int get() const; | |
8 | }; | |
9 |
Note:
See TracBrowser
for help on using the repository browser.