Nuacht

class Xyz { void foo() { int i = 0; switch (i) { case 18: { /* Break so we don't hit fall-through warning: */ break;/* ignore STRING */ } }}} results in a different output when you run gjf multiple ...