d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc7715.d
blobddffaf2cb8a8af8b357328e7d4047b536a200066
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
5 module ddoc7656;
7 /**
8 $1 $2
9 ---
10 string s = "$1$2 $ $4";
11 ---
13 void foo(){}
15 ///
16 void test(string a = ")") {}