MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Add support for constant fields #13

Closed MichalStrehovsky closed 3 years ago

MichalStrehovsky commented 3 years ago

To repro: Update repro program - add a const int SomeField = 123; somewhere. You'll need to make sure the field is rooted by following similar steps as in #5. Notice that after trimming, the default value is missing.

To fix: