]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/ddoc9497c.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc9497c.d
1 // EXTRA_SOURCES: extra-files/ddoc9497c.ddoc
2 // PERMUTE_ARGS:
3 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
4 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 9497c
5
6 /**
7 foo function.
8 Args: $(XYZ arg1, arg2)
9 */
10 void foo()
11 {
12 }