aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/ddoc17697.d
blob: 8edff321a6cb655037c0a4d53c2bf9e4fbec2263 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh

/***
 * See:
 *    http://www.fooa.com/test1
 *    http://www.fooa.com/_test1
 *    https://www.foob.com/test1
 *    $(LINK http://www.fooc.com/test1)
 *    $(LINK2 http://www.food.com/test1, test1)
 */

/**
Also piggyback a few tests for https://github.com/dlang/dmd/pull/6989

not_a_tag_because_it_does_not_start_with_uppercase:

not_a_tag_because_no_whitespace_after_colon:x

TagGalore: yes this is a tag

MoreTag:
yes the above is also a tag
*/

module test1;

int a;