1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 15475
4 
5 /**
6 My module
7 ----
8    // Computes the interval [x,y)
9    auto interval = computeInterval(x, y);
10 ----
11 */
12 module ddoc15475;