11 lines
244 B
Text
Executable file
11 lines
244 B
Text
Executable file
# -*- perl -*-
|
|
use strict;
|
|
use warnings;
|
|
use tests::tests;
|
|
check_expected (IGNORE_EXIT_CODES => 1, [<<'EOF']);
|
|
(mmap-over-stk) begin
|
|
(mmap-over-stk) open "sample.txt"
|
|
(mmap-over-stk) try to mmap over stack segment
|
|
(mmap-over-stk) end
|
|
EOF
|
|
pass;
|