d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[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;