#!/bin/sh
# DF-2466 build
set -e
cc -O2 -o df2466 df2466.c
echo "BUILD_EXIT=0"
ls -l df2466
