diff --git a/test/src/unit-regression.cpp b/test/src/unit-regression.cpp index 6b7d90aa..b4850d6b 100644 --- a/test/src/unit-regression.cpp +++ b/test/src/unit-regression.cpp @@ -1799,3 +1799,14 @@ TEST_CASE("regression tests, exceptions dependent") } } #endif + +///////////////////////////////////////////////////////////////////// +// for #1642 +///////////////////////////////////////////////////////////////////// +template class array {}; +template class object {}; +template class string {}; +template class boolean {}; +template class number_integer {}; +template class number_unsigned {}; +template class number_float {}; \ No newline at end of file