5 lines
155 B
Bash
Executable file
5 lines
155 B
Bash
Executable file
#!/bin/bash
|
|
|
|
csmith "$@" | \
|
|
sed 's/#include "csmith.h"/#include <bench.h>\n#include <csmith.h>/g' |\
|
|
sed 's/return /bench_unwinding(); return /g'
|