class NotUsedTest { public static void main(String[] args) { boolean unused = true; unused = true; unused = true; } }