blob: 92fa87256e0dfad96378bea589f67d9a025e7904 [file] [log] [blame]
//Build don't link:
#include <stdexcept>
class X : public std::runtime_error {
X ();
};