aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/StrictFpCErr1.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/new/StrictFpCErr1.java')
-rw-r--r--tests/new/StrictFpCErr1.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/new/StrictFpCErr1.java b/tests/new/StrictFpCErr1.java
new file mode 100644
index 000000000..ff07b43be
--- /dev/null
+++ b/tests/new/StrictFpCErr1.java
@@ -0,0 +1,4 @@
+strictfp interface StrictInterfaceBadFunction {
+ // Has to be error, may not generate strictfp, but has to set strictfp in bytecode
+ strictfp float test1();
+};