1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 17697
4 
5 /***
6  * See:
7  *    http://www.fooa.com/test1
8  *    http://www.fooa.com/_test1
9  *    https://www.foob.com/test1
10  *    $(LINK http://www.fooc.com/test1)
11  *    $(LINK2 http://www.food.com/test1, test1)
12  */
13 
14 /**
15 Also piggyback a few tests for https://github.com/dlang/dmd/pull/6989
16 
17 not_a_tag_because_it_does_not_start_with_uppercase:
18 
19 not_a_tag_because_no_whitespace_after_colon:x
20 
21 TagGalore: yes this is a tag
22 
23 MoreTag:
24 yes the above is also a tag
25 */
26 
27 module test1;
28 
29 int a;
30