1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
4 
5 module ddoc10325;
6 
7 /** */
8 template templ(T...)
9     if (someConstraint!T)
10 {
11 }
12 
13 /** */
14 void foo(T)(T t)
15     if (someConstraint!T)
16 {
17 }