Add README.md

This commit is contained in:
2025-11-22 17:54:06 -07:00
parent 4703f9d24a
commit fd9964ea5a
5 changed files with 129 additions and 14 deletions

View File

@@ -25,7 +25,9 @@ fn variable_declaration_numeric_literal() -> anyhow::Result<()> {
#[test]
fn variable_declaration_numeric_literal_stack_spillover() -> anyhow::Result<()> {
let compiled = compile! {debug r#"
let compiled = compile! {
debug
r#"
let a = 0;
let b = 1;
let c = 2;