#!/bin/sh
# DF-2920: build the beyond-EOF mmap fault probe (run inside the guest)
cc -O2 -pthread -o /tmp/truncfault truncfault.c
