1 2 3 4 5 6 7 8 9 10 11
Invalid Code void main () { bool cond = false; string s; if (cond) { s = "foo"; } print ("%s", s); }