main
1 2private export F = global 3$(info $(shell testhelp env F)) 4a: b 5b: export F=b 6a b: ; @testhelp raw $@ env F