#!/bin/sh
# DF-2557 build script
set -e
cd "$(dirname "$0")"
echo "+ cc -O2 -o leak_cmsgcred leak_cmsgcred.c"
cc -O2 -o leak_cmsgcred leak_cmsgcred.c
echo "BUILD_EXIT=$?"
ls -l leak_cmsgcred
