about summary refs log tree commit diff stats
path: root/reproducers/issue-1370.c
diff options
context:
space:
mode:
Diffstat (limited to 'reproducers/issue-1370.c')
-rw-r--r--reproducers/issue-1370.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/reproducers/issue-1370.c b/reproducers/issue-1370.c
new file mode 100644
index 0000000..ca4d0f9
--- /dev/null
+++ b/reproducers/issue-1370.c
@@ -0,0 +1,4 @@
+void main() {
+    asm("blsi rax, rbx");
+}
+