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