This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations. See unit_tests/README.txt for more info.
11 lines
66 B
Plaintext
11 lines
66 B
Plaintext
f(){
|
|
state default;;
|
|
}
|
|
|
|
default
|
|
{
|
|
state_entry()
|
|
{
|
|
}
|
|
}
|