// S : tags error c $TAGS // S : expect --result error --location-comment ERROR // S : cc -o test.bc $CC_OPT $file // S : verify $V_OPT test.bc int main() { double zero = 0.0; double a = 3.14 / zero; /* ERROR */ }