Skip to content

Commit 02b6628

Browse files
author
Daniel Kroening
committed
test from \#104
1 parent 80c6482 commit 02b6628

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Binary file not shown.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
public class static_method1
2+
{
3+
4+
static public void f(int a, int b) {
5+
int c = b/(a+1);
6+
}
7+
8+
static public void g(int a, int b) {
9+
int c = a/(b+1);
10+
}
11+
12+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CORE
2+
static_method1.class
3+
4+
^EXIT=10$
5+
^SIGNAL=0$
6+
^VERIFICATION FAILED$
7+
--
8+
^warning: ignoring

0 commit comments

Comments
 (0)