1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
4 
5 module ddoc7656;
6 
7 /**
8 $1 $2
9 ---
10 string s = "$1$2 $ $4";
11 ---
12 */
13 void foo(){}
14 
15 ///
16 void test(string a = ")") {}