⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
Crude_slicer
All Projects
Linux Driver Verification
»
Crude_slicer
Overview
Activity
Issues
Wiki
Repository
Download (236 Bytes)
Bug #9132
» test.c
Source file -
Asia .
, 07/19/2018 10:16 AM
extern
void
__VERIFIER_error
(
void
);
extern
int
nondet
(
void
);
int
main
()
{
int
m1
,
m2
,
b
;
m1
=
nondet
();
m2
=
nondet
();
b
=
((
int
)((
int
const
)
m1
<
(
int
const
)
m2
?
(
int
const
)
m1
:
m2
));
if
(
b
==
0
)
{
__VERIFIER_error
();
}
return
0
;
}
« Previous
1
2
3
Next »
(2-2/3)
Loading...