mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
19 lines
176 B
D
19 lines
176 B
D
// https://issues.dlang.org/show_bug.cgi?id=23142
|
|
|
|
struct Foo
|
|
{
|
|
int x;
|
|
|
|
scope:
|
|
void func()
|
|
{
|
|
}
|
|
|
|
unittest
|
|
{
|
|
}
|
|
|
|
static void func2()
|
|
{
|
|
}
|
|
}
|