summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.test/compilable/ddoc9497b.d
blob: 62ab44c8928a4dbc47497a6e34983a0708a84c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// EXTRA_SOURCES: extra-files/ddoc9497b.ddoc
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 9497b

/**
    foo function.
    Args: $(XYZ arg1, arg2)
*/
void foo()
{
}