dfmt/tests/otbs/issue0251.d.ref

8 lines
85 B
Plaintext

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