Issues using the in-line assembler
Basile B.
b2.temp at gmx.com
Thu Apr 5 04:50:40 UTC 2018
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...
More information about the Digitalmars-d-learn
mailing list