aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/StrictFpCErr1.java
blob: ff07b43be48747c8c57afd5c67a6a859c3924afe (plain)
1
2
3
4
strictfp interface StrictInterfaceBadFunction {
    // Has to be error, may not generate strictfp, but has to set strictfp in bytecode
    strictfp float test1();
};