mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 16:30:53 -05:00
9 lines
40 B
Text
9 lines
40 B
Text
|
|
f() {
|
|
x=2
|
|
}
|
|
(
|
|
x=1
|
|
f
|
|
[ "$x" = 2 ]
|
|
)
|