X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=tests%2FWhile.java;h=d34f959f6e495a8e86a62bc8734ec21d635e74c6;hb=7e77d502bbc94d702ec96bc0e1a84b0f86dcbbc3;hp=745b37874c8ce7396500c8feb7536295f8ffa370;hpb=67bfe02e16caf0676c8eb2d43c27c671bd24ace8;p=mate.git diff --git a/tests/While.java b/tests/While.java index 745b378..d34f959 100644 --- a/tests/While.java +++ b/tests/While.java @@ -1,4 +1,11 @@ +package tests; + public class While { + public static void main(String []args) { + System.out.printf("result: f: 0x%08x\n", f(4, 6)); + System.out.printf("result: g: 0x%08x\n", g(4, 6)); + } + public static int f(int a, int b) { do { a += b;