#!/bin/sh
# DF-1947 run: prints the underflow arithmetic + triggers the guard-page fault.
set -e
cd "$(dirname "$0")"
./oob_write
