mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
11 lines
52 B
Text
11 lines
52 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
f() {
|
||
|
|
x=2
|
||
|
|
}
|
||
|
|
(
|
||
|
|
x=1
|
||
|
|
f
|
||
|
|
[ "$x" = 2 ]
|
||
|
|
)
|