/usr/share/doc/libsexplib-camlp4-dev/examples/test.sexp is in libsexplib-camlp4-dev 109.20.00-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | (this is a list)
(this is another list and (this is a nested list))
(
"\
This is a multi-line \
string with embedded
newlines."
"This string contains decimal \255, hex \xff codes, \
and other \\ \n escapes."
A# # ## #x|
)
; Line comment
#; (
S-expression comment
)
#| #| Nested |# block comment "|#" |#
#| "" |#
#| ""|#
#|"" |#
#|""|#
#| "asdf" "asdf" |#
(something #| ; |# () "something else")
|