xref: /openbsd-src/regress/sbin/pfctl/pf24.in (revision cfdede30537954fb9c47386f9f8c8b9aa38577f4)
1#test variable concat
2a="ssh"
3b="ftp"
4c=$a $b
5d=$a $b $a $b
6e=$a $b $b "test" $a $b
7
8pass in proto tcp from any to any port { $c }
9