[Issue 22912] importC: syntax error for function call with cast and typedef and parentheses around name

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 23 06:58:24 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=22912

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Replacing `my_long` with `long` works:

  void fn2() { long x = (long) (fn1) (); }

--


More information about the Digitalmars-d-bugs mailing list