mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
12 lines
265 B
Text
12 lines
265 B
Text
.include "$CURDIR/9.inc"
|
|
.include "$CURDIR/9-comment.inc"
|
|
#.include "$CURDIR/9.inc"
|
|
.include "$CURDIR/9.inc"
|
|
|
|
key = value;
|
|
.include "$CURDIR/9.inc"
|
|
|
|
.try_include "/non/existent"
|
|
#.try_include "$CURDIR/9.incorrect.inc"
|
|
# 9.incorrect.inc contains '{}}'
|
|
#key = value;
|