#!/bin/sh
# DF-2908 build — compile inside the guest (DragonFly cc)
set -e
cc -O2 -pthread -Wall -o /tmp/df2908 /tmp/varsym_exit_race.c
echo BUILD_OK
