about summary refs log tree commit diff stats
path: root/reproducers/issue-1373.c
blob: b9f100e839ea2cd628ec67a06b13e1d0ac9d47c4 (plain) (blame)
1
2
3
4
5
6
void main() {
    asm("push 512; popfq;");
    asm("mov rax, 0xffffffff84fdbf24");
    asm("mov rbx, 0xb197d26043bec15d");
    asm("adox eax, ebx");
}