about summary refs log tree commit diff stats
path: root/reproducers/issue-1370a.c
blob: ebeca35c6393006bc06f0031f5e9fe83ef8dc317 (plain) (blame)
1
2
3
void main() {
    asm("blsi %rax, %rbx");
}