hypeartist
hypeartist
Here is the code (based on @xoofx setup approach): ```csharp const string root = "cppast.input"; var filesToParse = new List { @"c:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\shared\windef.h", @"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\Include\um\corerror.h", @"e:\BigRepos\runtime\src\coreclr\src\inc\corhdr.h",...
Visual Studio 2019 Preview 3.0 .NET Core 3.0 Console Application Code to reproduce: ```csharp using System; using System.Runtime.Intrinsics.X86; namespace ConsoleApp1 { class Program { static unsafe void Main(string[] args) {...