d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc4162.d
blobdd2447580d1f6b6230bed7d44f1c38e784f107fd
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
5 ///
6 interface A
8 ///
9 static void staticHello() { }
11 ///
12 final void hello() { }
15 void main()