#!/bin/sh
# DF-2672 - build on the guest
set -e
cc -O2 -o /tmp/leak_fork /root/poc/DF-2672/leak_fork.c
echo BUILD_OK
