In-source preparation of release.
[libsex.git] / tests / AutoCreatedException.cxx
blobb84d4d83c6db1d0f287e4691c722464106d47d35
1 #include <tests/AutoCreatedException.hxx>
2 #include <libsex/macros.hxx>
4 // Do not change this! Here we're testing whether
5 // defining new exception classes using macros works.
7 LIBSEX_DEFINE(
8 libsex::Exception,
9 AutoCreatedException,
10 "%s is %d");