#!/bin/sh
# DF-1328 — build the mpr_user_event_report info-leak PoC.
set -e
cd "$(dirname "$0")"
echo "+ cc -o poc poc.c -Wall"
cc -o poc poc.c -Wall
echo "BUILD_EXIT=$?"
ls -l poc
