#!/bin/sh
set -e
cc -O2 -o wi_overflow wi_overflow.c
echo "built wi_overflow"
