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