1 // PERMUTE_ARGS: 2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- 3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 11823 4 module ddoc11823; 5 6 /// file function name is _file, arg defaults to __FILE__ but not __something__ file(string arg)7 void file(string arg) { } 8