v2 / vlib / v / checker / tests / asm_mov_requires_two_operands.vv
5 lines · 5 sloc · 36 bytes · 738855bb58c1b27aa7ceeddaadbdeb373baf686f
Raw
1fn main() {
2 asm amd64 {
3 mov
4 }
5}
6