about summary refs log tree commit diff stats
path: root/reproducers/issue-1376.c
diff options
context:
space:
mode:
Diffstat (limited to 'reproducers/issue-1376.c')
-rw-r--r--reproducers/issue-1376.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/reproducers/issue-1376.c b/reproducers/issue-1376.c
new file mode 100644
index 0000000..8611c95
--- /dev/null
+++ b/reproducers/issue-1376.c
@@ -0,0 +1,5 @@
+void main() {
+    asm("mov rax, 0xa02e698e741f5a6a");
+    asm("mov rbx, 0x20959ddd7a0aef");
+    asm("lsl ax, bx");
+}