Laurent DORÉ
Results
1
comments of
Laurent DORÉ
This issue also causes errors when using a named `struct` in the `typedef`. For example: ```c typedef struct MyStruct { int a; } myType, *pMyType; ``` compiles fine, but once...