DEBSOURCES
Skip Quicknav
sources / frama-c / 20201209%2Btitanium-4.1 / tests / syntax / wrong_label.i
1234567
void f() { /*@ assert \true; */ } void main() { {_LOR:} // KO: labels can't be at the end of a block. }