about summary refs log tree commit diff stats
path: root/reproducers/issue-1371.c
blob: 96f52f78a2cc4add1899ce977d7d6b87097260b7 (plain) (blame)
1
2
3
4
5
void main() {
    asm("mov $0x65b2e276ad27c67, %rax");
    asm("mov $0x62f34955226b2b5d, %rbx");
    asm("blsmsk %ebx, %eax");
}