const file_magic: *const [32:0]u8 = "Microsoft C/C++ MSF 7.00 DS";
[src]
The LLVM docs list a space between C / C++ but empirically this is not the case.
const file_magic: *const [32:0]u8 = "Microsoft C/C++ MSF 7.00 DS";
The LLVM docs list a space between C / C++ but empirically this is not the case.