blob: 460269ce676a178963b39db7a226c1d6f95bdefa [file] [log] [blame]
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -w -o- -c -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 9475
module ddoc9475;
/// foo
void foo() { }
///
unittest
{
// comment 1
foreach (i; 0 .. 10)
{
// comment 2
documentedFunction();
}
}
/// bar
void bar() { }
///
unittest
{
// bar comment
}