Project

General

Profile

Bug #3701 » errloc_automaton.txt

Vadim Mutilin, 11/19/2012 01:04 PM

 
OBSERVER AUTOMATON ErrorLocationAutomaton
// This automaton detects error locations that are specified either
// by the label "ERROR" or by an assertion (function call to __assert_fail).
INITIAL STATE Init;
STATE USEFIRST Init :
MATCH LABEL [LDV_ERROR] -> ERROR;
END AUTOMATON
(1-1/3)