#!/bin/sh
# DF-2684 - build on the guest (unprivileged)
set -e
cc -O -o kfile_leak kfile_leak.c
echo BUILD_OK
