blob: cc69a25017c1d0cb7ed291f9c1338e72f6424bc9 [file] [log] [blame]
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
/// struct doc
struct Bug4107(T)
{
/// templated function doc
void foo(U)(U u) { }
}
/// alpha
struct Bug4107b(T) {
/// beta
struct B(U) {
/// gamma
struct C(V) {
/// delta
struct D(W) {
/// epsilon
B!W e(X)(C!V c, X[] x...) {}
}
}
}
}