dfmt/tests/issue0251.d

8 lines
61 B
D

void stuff() {
asm {
int 80;
int 0b10;
int 0x80;
}
}