d: Merge upstream dmd, druntime 26f049fb26, phobos 330d6a4fd.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc14383.d
blob0f8d51cd7b14ea5017e6de129179e7df343488dc
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
5 /**
6 * Module docs.
7 */
8 module ddoc14383;
10 /// Ddoc'd unittest
11 unittest
13 int iShouldAppearInTheDocs;