blob: 461cd468114055d9010c32cb59ef82dc9d074893 [file]
{ dg-options "-Whidden-declarations=all" }
module Bar =
def int j; j := 20
postlude int j; puts ("bye bar'n") { dg-warning "hidden" }
fed