This file is indexed.

/usr/include/d/bio/sff/constants.d is in libbiod-dev 0.1.0-5build1.

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
module bio.sff.constants;

immutable SFF_MAGIC = 0x2E736666;

immutable char[4] SFF_VERSION = [0, 0, 0, 1];