about summary refs log tree commit diff stats
path: root/reproducers/issue-1371.c
diff options
context:
space:
mode:
Diffstat (limited to 'reproducers/issue-1371.c')
-rw-r--r--reproducers/issue-1371.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/reproducers/issue-1371.c b/reproducers/issue-1371.c
new file mode 100644
index 0000000..30e2921
--- /dev/null
+++ b/reproducers/issue-1371.c
@@ -0,0 +1,6 @@
+void main() {
+    asm("mov rax, 0x65b2e276ad27c67");
+    asm("mov rbx, 0x62f34955226b2b5d");
+    asm("blsmsk eax, ebx");
+}
+