#!/bin/sh
# DF-0136 build
set -e
cd "$(dirname "$0")"
cc -o leak_check leak_check.c
echo "BUILD_OK: leak_check"
