Home
last modified time | relevance | path

Searched refs:test3_exception (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/libc++/dist/libcxxrt/test/
H A Dtest_foreign_exceptions.cc52 struct test3_exception struct
55 ~test3_exception() in ~test3_exception() argument
61 int test3_exception::counter = 0;
99 throw test3_exception(); in main()
101 catch (test3_exception&) in main()
109 counter_expected = test3_exception::counter + 1; in main()
112 if (test3_status == PENDING && test3_exception::counter != counter_expected) { in main()