1 // PERMUTE_ARGS: 2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o- 3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 6491 4 5 module ddoc6491; 6 7 import core.cpuid; 8 9 enum int c6491 = 4; 10 11 /// test 12 void bug6491a(int a = ddoc6491.c6491, string b = core.cpuid.vendor); 13 14 15