(root)/
gcc-13.2.0/
gcc/
testsuite/
gdc.test/
compilable/
ddoc15475.d
/* PERMUTE_ARGS:
REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
*/

/**
My module
----
   // Computes the interval [x,y)
   auto interval = computeInterval(x, y);
----

Backslash-escape parentheses with `\(` and `\)`.

---
(
---

---
)
---

---
    Here are some nested `backticks`
    // Another interval [x,y)
---

---
    This won't end the code block: --- )
    // Yet another interval [x,y)
---
*/
module ddoc15475;