Refactor windows and web compiling
This commit is contained in:
@@ -30,7 +30,10 @@ int main() {
|
||||
Scratch scratch;
|
||||
String16 a = Format16(scratch, "Memes %d", 30);
|
||||
Assert(a == u"Memes 30");
|
||||
|
||||
}
|
||||
{
|
||||
Vec2 a = {1,1};
|
||||
Vec2 b = 2 + a;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user