This file is indexed.

/usr/share/acl2-7.2dfsg/books/hacking/dynamic-make-event-test.acl2 is in acl2-books-source 7.2dfsg-3.

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
(in-package "ACL2")
(ld "hacker-pkg.lsp")

; We need the following for provisional certification, so that ACL2 can read
; symbols rewrite-code::SYM in dynamic-make-event.acl2x at the start of the
; Pcertify step.
(include-book "rewrite-code")

; cert-flags: ? t :ttags ((defcode) (dynamic-make-event-test))
(certify-book "dynamic-make-event-test" ? t :ttags ((defcode) (dynamic-make-event-test)))