This file is indexed.

/usr/share/doc/apoo/examples/test2.apoo is in apoo 2.2-4.

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
a:	const	1
	const	-3
	const	40
	const	0
b:	mem	1

	loadn 	a 	R1
	zero 	R3
ciclo:	loadi	R1	R2
	jzero	R2	fim
	add	R2	R3
	inc	R1
	jump	ciclo
fim:	store	R3	b
	halt