test203
auto test203 =
q{--- test203
// String literal to u8* in ctfe
u8* ptr = "hello";
struct TracyLoc {
u8* name;
u8* func;
u8* file;
u32 line;
u32 color;
}
TracyLoc zone_loc = TracyLoc("Zonename", "update", "main.vx", 81, 0xFF00FF);
};
tests passing
functionsvariables