packages feed

oplang-0.4.0.1: examples/errors/warnings.op

# Should produce the following warnings (unless compiled with --no-warn):
# Warning: Unused operator 'f'.
# Warning: Unused operator 'g'.
f { }
g { }