#!/bin/sh
set -e
cc -O2 -o /tmp/stack_growx /root/poc/DF-2674/stack_growx.c
echo BUILD_OK
