dfmt/tests/issue0251.d
2016-06-30 17:41:13 -07:00

7 lines
61 B
D

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