d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc17697.d
blob8edff321a6cb655037c0a4d53c2bf9e4fbec2263
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
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)
14 /**
15 Also piggyback a few tests for https://github.com/dlang/dmd/pull/6989
17 not_a_tag_because_it_does_not_start_with_uppercase:
19 not_a_tag_because_no_whitespace_after_colon:x
21 TagGalore: yes this is a tag
23 MoreTag:
24 yes the above is also a tag
27 module test1;
29 int a;