This repo contains CoreRT, an experimental .NET Core runtime optimized for AOT (ahead of time compilation) scenarios, with the accompanying compiler toolchain.
This PR fixes a silly mistake copying generic struct return values where the first element was copied to all elements.
Test extended to catch this mistake.
This PR fixes a silly mistake copying generic struct return values where the first element was copied to all elements.
Test extended to catch this mistake.