#!/bin/sh
# DF-0611 build — userspace harness for the missing-validation logic.
# Compiles on the DragonFly guest with the system cc.
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -Wextra -o df0611_harness df0611_harness.c
echo "BUILD_EXIT=$?"
ls -l df0611_harness