Daily bump.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc19814.d
blobb1fd15e083eee900b5f571cd007edb05d88effbb
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
5 /*
6 TEST_OUTPUT:
7 ----
8 ----
9 */
11 /++
12 + Nested Code
14 + ------------------------------------
15 + /**
16 + * Examples:
17 + * --------------------
18 + * writeln("3"); // writes '3' to stdout
19 + * --------------------
20 + */
21 + ------------------------------------
23 module test.compilable.ddoc_markdown_nested_code;