Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d766 void throwFunc() { throw new Exception("My Message."); } in throwFunc() function
767 assert(collectExceptionMsg(throwFunc()) == "My Message.");
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dexception.d793 void throwFunc() { throw new Exception("My Message."); } in throwFunc() function
794 assert(collectExceptionMsg(throwFunc()) == "My Message.");