d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / ddoc6.d
blob69bd64a8567494f5ea69e98a6825d9cee1c6a1f6
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -D -Dd${RESULTS_DIR}/compilable -o-
3 // POST_SCRIPT: compilable/extra-files/ddocAny-postscript.sh
5 /**
7 */
8 struct MyStruct(T)
10 static if( true )
12 void MyStruct() {}
16 void main()
22 C:\code\d\bugs>dmd -D -o- 148_1.d
23 148_1.d(6): Error: static if conditional cannot be at global scope