mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
12 lines
126 B
D
12 lines
126 B
D
// EXTRA_SOURCES: imports/a8392.d
|
|
|
|
module ice8392;
|
|
|
|
struct A
|
|
{
|
|
}
|
|
|
|
auto fooa(alias handler)(A a)
|
|
{
|
|
return handler(null);
|
|
}
|