#!/bin/sh
# DF-0471 build: compile the size_t-underflow trigger.
cd "$(dirname "$0")"
cc -Wall -o uflow uflow.c
