main shinobi / tests / mk / gnu / functions / foreach / t003 / mk
1
2$(foreach \
3  a \
4, b c d \
5, $(info $a))
6all:;@: