Showing error 138

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/oomInt.c-safe.cil.c
Line in file: 11
Project: SV-COMP 2012
Tools: Manual Work
Entered: 2012-11-19 13:47:39 UTC


Source:

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