1 2 3 4 5 6 7 8 9 10
fn asm_test() { asm amd64 { nop } println('inline works') } fn main() { asm_test() }