1// comment 0  comment 1
2PACKAGE a
3
4IMPORTPATH
5	testdata/a
6
7FILENAMES
8	testdata/a0.go
9	testdata/a1.go
10
11BUGS .Bugs is now deprecated, please use .Notes instead
12	bug0
13
14	bug1
15
16
17BUGS
18BUG(uid)	bug0
19
20BUG(uid)	bug1
21
22
23NOTES
24NOTE(uid)
25
26NOTE(foo)	1 of 4 - this is the first line of note 1
27	- note 1 continues on this 2nd line
28	- note 1 continues on this 3rd line
29
30NOTE(foo)	2 of 4
31
32NOTE(bar)	3 of 4
33
34NOTE(bar)	4 of 4
35	- this is the last line of note 4
36
37NOTE(bam)	This note which contains a (parenthesized) subphrase
38	 must appear in its entirety.
39
40NOTE(xxx)	The ':' after the marker and uid is optional.
41
42
43SECBUGS
44SECBUG(uid)	sec hole 0
45	need to fix asap
46
47
48TODOS
49TODO(uid)	todo0
50
51TODO(uid)	todo1
52
53