CPP2D icon indicating copy to clipboard operation
CPP2D copied to clipboard

Handle anonymous enum/struct/union

Open lhamot opened this issue 9 years ago • 0 comments

This kind of code doesn't work

  • C-style typedef enum {} toto;
  • enum {} toto;

lhamot avatar May 14 '16 09:05 lhamot