blob: 000061fad2a33b62154b65d6826d9264beec7adf [file] [log] [blame]
main() {
#void;
#void.foo;
#foo.void;
#assert;
#break;
#case;
#catch;
#class;
#const;
#continue;
#default;
#do;
#else;
#enum;
#extends;
#false;
#final;
#finally;
#for;
#if;
#in;
#is;
#new;
#null;
#rethrow;
#return;
#super;
#switch;
#this;
#throw;
#true;
#try;
#var;
#while;
#with;
#foo.assert;
#foo.break;
#foo.case;
#foo.catch;
#foo.class;
#foo.const;
#foo.continue;
#foo.default;
#foo.do;
#foo.else;
#foo.enum;
#foo.extends;
#foo.false;
#foo.final;
#foo.finally;
#foo.for;
#foo.if;
#foo.in;
#foo.is;
#foo.new;
#foo.null;
#foo.rethrow;
#foo.return;
#foo.super;
#foo.switch;
#foo.this;
#foo.throw;
#foo.true;
#foo.try;
#foo.var;
#foo.while;
#foo.with;
#assert.foo;
#break.foo;
#case.foo;
#catch.foo;
#class.foo;
#const.foo;
#continue.foo;
#default.foo;
#do.foo;
#else.foo;
#enum.foo;
#extends.foo;
#false.foo;
#final.foo;
#finally.foo;
#for.foo;
#if.foo;
#in.foo;
#is.foo;
#new.foo;
#null.foo;
#rethrow.foo;
#return.foo;
#super.foo;
#switch.foo;
#this.foo;
#throw.foo;
#true.foo;
#try.foo;
#var.foo;
#while.foo;
#with.foo;
}