mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
15 lines
193 B
D
15 lines
193 B
D
// REQUIRED_ARGS: -o-
|
|
// EXTRA_FILES: imports/a14528.d
|
|
// PERMTE_ARGS:
|
|
|
|
import imports.a14528;
|
|
|
|
class C
|
|
{
|
|
protected static void func() {}
|
|
|
|
void test()
|
|
{
|
|
foo!func();
|
|
}
|
|
}
|