summaryrefslogtreecommitdiffstats
path: root/tests/vm/mmap-over-stk.ck
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/mmap-over-stk.ck')
-rw-r--r--tests/vm/mmap-over-stk.ck11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/vm/mmap-over-stk.ck b/tests/vm/mmap-over-stk.ck
new file mode 100644
index 0000000..e6880cf
--- /dev/null
+++ b/tests/vm/mmap-over-stk.ck
@@ -0,0 +1,11 @@
1# -*- perl -*-
2use strict;
3use warnings;
4use tests::tests;
5check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
6(mmap-over-stk) begin
7(mmap-over-stk) open "sample.txt"
8(mmap-over-stk) try to mmap over stack segment
9(mmap-over-stk) end
10EOF
11pass;