()
| 67 | } |
| 68 | |
| 69 | fn minimal_output() -> asm_to_binary::AssembledOutput { |
| 70 | Assembler::assemble(&minimal_tokens()).expect("assembly failed") |
| 71 | } |
| 72 | |
| 73 | // ---- ELF magic and class --------------------------------------------------- |
| 74 | |
| 75 | #[test] |
nothing calls this directly
no test coverage detected