blob: 992cbeb3398a4a27e0858a9f129c6103203d948d [file] [log] [blame]
/* example6.input */
{
if (variable) { a = b ; }
while (10) {
if (2) { b = 10 ; }
if (x) { c = x ; } else { d = 10 ; }
}
variable = 42;
}