main shinobi / tests / mk / gnu / variables / private / t002 / mk
1
2a:
3F = g
4a: F = a
5b: private F = b
6
7a b c: ; @echo $@: F=$(F)
8a: b
9b: c