DIP 50 - AST macros

Jacob Carlborg doob at me.com
Mon Nov 18 00:17:46 PST 2013


On 2013-11-17 14:36, Simen Kjærås wrote:

> I believe it is basically this:
>
> int bar() {
>      foo(return 3);
>      return 5;
> }
>
>
> If that program is allowed to compile, and to return 3.

I see, I guess that should work with with the DIP.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list