blob: a19ba219bca3a9395eb61b130468e64b18168f93 (
plain)
1
2
3
4
5
6
7
8
9
|
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
///
void test()(string[] args) if (args[$])
{
}
|