#!/bin/sh
# DF-2839 PoC build (on the DragonFly guest, any user)
set -e
cc -O -o /tmp/lpdeadlock3 /tmp/lpdeadlock3.c -lpthread
echo BUILD_OK
