blob: 1ce9b4489952e515dce32253828960ddddb51161 [file] [log] [blame]
// REQUIRED_ARGS: -H -Hd${RESULTS_DIR}/compilable
// POST_SCRIPT: compilable/extra-files/test7754-postscript.sh
// PERMUTE_ARGS: -d -dw
struct Foo(T)
{
shared static this()
{
}
static this()
{
}
}