mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
12 lines
246 B
D
12 lines
246 B
D
// EXTRA_SOURCES: extra-files/ddoc9497c.ddoc
|
|
// PERMUTE_ARGS:
|
|
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
|
|
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
|
|
|
|
/**
|
|
foo function.
|
|
Args: $(XYZ arg1, arg2)
|
|
*/
|
|
void foo()
|
|
{
|
|
}
|