about summary refs log tree commit diff stats
path: root/reproducers/issue-1372.c
diff options
context:
space:
mode:
Diffstat (limited to 'reproducers/issue-1372.c')
-rw-r--r--reproducers/issue-1372.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/reproducers/issue-1372.c b/reproducers/issue-1372.c
new file mode 100644
index 0000000..6c1aec1
--- /dev/null
+++ b/reproducers/issue-1372.c
@@ -0,0 +1,7 @@
+void main() {
+    asm("mov rax, 0x17b3693f77fb6e9");
+    asm("mov rbx, 0x8f635a775ad3b9b4");
+    asm("mov rcx, 0xb717b75da9983018");
+    asm("bextr eax, ebx, ecx");
+}
+