about summary refs log tree commit diff stats
path: root/reproducers/issue-1376.c
blob: 8611c959bbd0627a4c93312eeccecfee5791cc81 (plain) (blame)
1
2
3
4
5
void main() {
    asm("mov rax, 0xa02e698e741f5a6a");
    asm("mov rbx, 0x20959ddd7a0aef");
    asm("lsl ax, bx");
}