#!/bin/sh
set -e
cd "$(dirname "$0")"
echo "+ cc -O -Wall -o trm_sg_overflow trm_sg_overflow.c"
cc -O -Wall -o trm_sg_overflow trm_sg_overflow.c
echo "BUILD_EXIT=$?"
ls -l trm_sg_overflow
