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