# warn if ignored non-blank stuff after closing '>'
this stuff is ignored...
Warning "Foo"
this stuff is ignored as well...
Use Foo
Warning "Bla"
Use Bla
# comments are fine
Warning "Comments"
# comments are fine
Use Comments
Error "done on line 14."