Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gdc.test
/
compilable
/
ddoc14383.d
blob: 0f8d51cd7b14ea5017e6de129179e7df343488dc [
file
] [
log
] [
blame
]
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
/**
* Module docs.
*/
module
ddoc14383
;
/// Ddoc'd unittest
unittest
{
int
iShouldAppearInTheDocs
;
}