blob: 2ca86cf7c1b999284f94c5af008d0804ee97cb12 [file] [log] [blame]
error: expected string in '.ascii' directive
--> $DIR/issue-69092.rs:8:14
|
LL | unsafe { llvm_asm!(".ascii \"Xen\0\""); }
| ^
|
note: instantiated into assembly here
--> <inline asm>:1:9
|
LL | .ascii "Xen
| ^
error: aborting due to previous error