about summary refs log tree commit diff stats
path: root/reproducers/issue-1374.c
blob: f2de49f44b3c782e242918df071b20429deaa121 (plain) (blame)
1
2
3
4
5
6
void main() {
    asm("mov $0xb1aa9da2fe33fe3, %rcx");
    asm("mov $0x80000000ffffffff, %rbx");
    asm("mov $0xf3fce8829b99a5c6, %rax");
    asm("bzhi %rax, %rbx, %rcx");
}