13 lines
231 B
Text
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),
|
|
},
|
|
],
|
|
}
|