#!/bin/sh
# DF-0441 build: compile the CBQ div0 PoC.
cc -O2 -Wall -o cbq_div0 cbq_div0.c
