d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc5.d
blobd0b56557fb3288bf9292570bba6f53c0b267228f
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
5 /**
7 Test module
9 */
10 module test;
12 /// class to test DDOC on members
13 class TestMembers(TemplateArg)
15 public:
16 /**
18 a static method
20 Params: idx = index
23 static void PublicStaticMethod(int idx)
28 void main()