1 // REQUIRED_ARGS: -H -Hd${RESULTS_DIR}/compilable 2 // POST_SCRIPT: compilable/extra-files/test7754-postscript.sh 3 // PERMUTE_ARGS: -d -dw 4 Foo(T)5 struct Foo(T) 6 { 7 shared static this() 8 { 9 } 10 11 static this() 12 { 13 } 14 } 15