nomo/tests/cases/3-instructions@simple.snap
2026-03-11 15:50:05 +01:00

13 lines
231 B
Text

---
source: tests/file_tests.rs
expression: emit
input_file: tests/cases/simple.nomo
---
VMInstructions {
labels: {},
instructions: [
AppendContent {
content: "Hello World!" (0..12),
},
],
}