@@ -0,0 +1,12 @@
+Rem
+ This test checks:
+ - if try without "catch" is possible
+End Rem
+SuperStrict
+
+Import BRL.StandardIO
+Try
+ print "should get printed"
+End Try