blob: 5a374139ea2c8d564300505253efda4f0e60ae05 [file] [log] [blame]
// EXTRA_SOURCES: imports/a8392.d
module ice8392;
struct A
{
}
auto fooa(alias handler)(A a)
{
return handler(null);
}