dfmt/tests/allman/issue0251.d.ref

10 lines
89 B
Plaintext

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