#!/bin/bash csmith "$@" | \ sed 's/#include "csmith.h"/#include \n#include /g' |\ sed 's/return /bench_unwinding(); return /g'