#!/bin/sh
# DF-0388 build
set -e
cc -O2 -Wall -o df_0388_leak df_0388_leak.c
echo "BUILD_OK df_0388_leak"
