blob: 5bc5f641f400f678f3e66897e7eb0f121c2fa3f7 [file] [log] [blame]
// PERMUTE_ARGS:
// REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
// POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh 10366
///
struct S(T)
{
///
void method() {}
public
{
///
struct Nested
{
///
void nestedMethod() {}
}
}
}