dmd icon indicating copy to clipboard operation
dmd copied to clipboard

ImportC: doesn’t recognize function type syntax as a type

Open drpriver opened this issue 6 months ago • 1 comments

int x = sizeof(int(int));

Results in

Error: expression expected, not `int`

pointing at the first int.

drpriver avatar Apr 16 '25 09:04 drpriver