about summary refs log tree commit diff stats
path: root/reproducers/issue-1372.c
blob: 7f5f3a0fe521afc89a9fd37698d7b6fe88941f4d (plain) (blame)
1
2
3
4
5
6
void main() {
    asm("mov $0x17b3693f77fb6e9, %rax");
    asm("mov $0x8f635a775ad3b9b4, %rbx");
    asm("mov $0xb717b75da9983018, %rcx");
    asm("bextr %ecx, %ebx, %eax");
}