/usr/share/doc/rheolef-doc/examples/sgn.icc is in rheolef-doc 6.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1
Float sgn (Float x) { return (x >= 0) ? 1 : -1; }