dfmt/tests/knr/issue0251.d.ref

9 lines
85 B
Plaintext

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