dfmt/tests/knr/issue0287.d.ref

4 lines
105 B
Plaintext

alias foo = typeof({ import std.math; });
alias bar = typeof({ write("aaa"); });
alias baz = typeof({});