Skip to content

Instantly share code, notes, and snippets.

@adetaylor
Created November 4, 2022 11:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adetaylor/054ac65966eeb7747141b1ad3daecfae to your computer and use it in GitHub Desktop.
Save adetaylor/054ac65966eeb7747141b1ad3daecfae to your computer and use it in GitHub Desktop.
TEST(ValuesTest, Overflow) {
Value::List parent;
parent.Append(1);
parent.Append(2);
parent[3];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment