mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-25 21:00:03 +03:00
3 lines
101 B
D
3 lines
101 B
D
alias foo = typeof({import std.math;});
|
|
alias bar = typeof({write("aaa");});
|
|
alias baz = typeof({});
|