[COMPILER_APITEST] Add SEH tests from MS (#2435)
[reactos.git] / modules / rostests / apitests / compiler / ms / eh / nesttry.out
diff --git a/modules/rostests/apitests/compiler/ms/eh/nesttry.out b/modules/rostests/apitests/compiler/ms/eh/nesttry.out
new file mode 100644 (file)
index 0000000..da12110
--- /dev/null
@@ -0,0 +1,7 @@
+In A()
+Throwing
+In ~A()
+In first catch
+Doing new throw
+In outer catch
+End