OSDN Git Service

original
[gb-231r1-is01/GB_2.3_IS01.git] / cts / tools / vm-tests / src / dot / junit / opcodes / if_gtz / d / T_if_gtz_2.java
diff --git a/cts/tools/vm-tests/src/dot/junit/opcodes/if_gtz/d/T_if_gtz_2.java b/cts/tools/vm-tests/src/dot/junit/opcodes/if_gtz/d/T_if_gtz_2.java
new file mode 100644 (file)
index 0000000..ea1def0
--- /dev/null
@@ -0,0 +1,8 @@
+package dot.junit.opcodes.if_gtz.d;
+
+public class T_if_gtz_2 {
+
+    public int run(float a) {
+        return a > 0 ? 1 : 1234;
+    }
+}