#!/bin/sh
# DF-0592 PoC build.
set -e
cd "$(dirname "$0")"
cc -O2 -o fairq_leak fairq_leak.c
echo "BUILT fairq_leak"
