summaryrefslogtreecommitdiff
path: root/TestPrograms/test_cxx17.cxx
blob: 89059a13d1717095b157baa3a98a510ed7d16d6d (plain)
1
2
3
4
5
#include <exception>
int main(int argc, char* argv[])
{
	return 0 == std::uncaught_exceptions() ? 0 : 1;
}