dmd/compiler/test/compilable/ice8392.d
2022-07-09 18:53:07 +02:00

12 lines
126 B
D

// EXTRA_SOURCES: imports/a8392.d
module ice8392;
struct A
{
}
auto fooa(alias handler)(A a)
{
return handler(null);
}