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