blob: 28bb69169784bad39201eef9ffbbce631552311b [file] [log] [blame]
// https://issues.dlang.org/show_bug.cgi?id=23142
struct Foo
{
int x;
scope:
void func()
{
}
unittest
{
}
static void func2()
{
}
}