import std.stdio; void test() { } void main() { writeln(__traits(isStaticFunction, test)); }