On Thursday, 5 April 2018 at 04:48:02 UTC, Basile B. wrote:
On Wednesday, 4 April 2018 at 21:00:44 UTC, solidstate1991 wrote:void main() { import std.stdio; (new Foo).foo(0,0).writeln; } ```
Ah sorry, the params must be removed ((new Foo).foo().writeln;)...I was actually trying to play with params and extern linkage to see R11 always work...