#!/bin/bash
echo "$0 is specified by STF as the customized cc"
export PATH=${PATH#*:}
cc -g -O0 --coverage $@
