Ignore:
Timestamp:
Oct 24, 2003, 9:53:30 AM (22 years ago)
Author:
bird
Message:

Extended testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/throw2.cpp

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r836 r837  
    44bar::bar(int i) : i(i)
    55{
    6     fprintf(stderr, "bar::constructor 1\n");
     6    dfprintf((stderr, "bar::constructor 1\n"));
    77}
    88
    99bar::bar() throw(int) : i(1)
    1010{
    11     fprintf(stderr, "bar::constructor 2\n");
     11    dfprintf((stderr, "bar::constructor 2\n"));
    1212    throw(1);
    1313}
     
    2828expt::expt(int i, const char *psz) : i(i), psz(psz)
    2929{
    30 
    3130}
    3231
Note: See TracChangeset for help on using the changeset viewer.