Showing error 1369

User: Jiri Slaby
Error type: Reachable Error Location
Error type description: A specified error location is reachable in some program path
File location: ldv-regression/just_assert.c_safe.cil.c
Line in file: 11
Project: SV-COMP 2013
Project version: 2.6.28
Tools: Manual Work
Entered: 2013-01-17 16:57:54 UTC


Source:

 1/* Generated by CIL v. 1.3.7 */
 2/* print_CIL_Input is true */
 3
 4#line 2 "files/just_assert.c"
 5int main(void) 
 6{ 
 7
 8  {
 9#line 4
10  if (0) {
11    ERROR: 
12#line 5
13    goto ERROR;
14  } else {
15
16  }
17#line 7
18  return (0);
19}
20}