This file is indexed.

/usr/lib/gcc-cross/arm-linux-gnueabihf/4.8/include/d/std/c/windows/windows.d is in libphobos-4.8-dev-armhf-cross 4.8.5-4ubuntu1cross2.

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
/* Windows is a registered trademark of Microsoft Corporation in the United
States and other countries. */

module std.c.windows.windows;
version (Windows):

public import core.sys.windows.windows;