#!/bin/sh
# DF-2592 build
cd "$(dirname "$0")" || exit 1
cc -O2 -o poc poc.c
echo "BUILD_EXIT=$?"
ls -l poc 2>/dev/null
