summaryrefslogtreecommitdiffstats
path: root/tests/new/StrictFpCErr3.java
blob: f4fb5acd4d20df64edceca301fe2716aef29ed2a (plain)
1
2
3
4
5
strictfp abstract class StrictClassBadConstructor {
	// Has to be error, may not generate strictfp, but has to set strictfp in bytecode
	strictfp StrictClassBadConstructor() {}
};