class FieldAccessNotAStatement { public int test; public static void main(String[] args) { test; } }