dmd
dmd copied to clipboard
ImportC: doesn’t recognize function type syntax as a type
int x = sizeof(int(int));
Results in
Error: expression expected, not `int`
pointing at the first int.