summaryrefslogtreecommitdiffstats
path: root/tests/bugs/pr102746/PR102746.java
blob: ceb42ab2e9d496d4636bfabf0c9eb8d10c8c666a (plain)
1
2
3
4
5
6
7
8
public class PR102746 {
	public static void main(String[] args) {
		if (!("hello".equals(lib.Lib.hello()))) {
			throw new Error("no hello");
		}
	}
}