#!/bin/sh
# DF-2698 build (any user, on the guest).
set -e
cc -O -o /tmp/ml /tmp/mountctl_leak.c
echo BUILD-OK
