view test/typeinfo12.d @ 232:092468448d25 trunk

[svn r248] Fixed: labels in inline asm block now work for the normal case. Fixed: inline asm blocks are now emitted as a single asm entity.
author lindquist
date Sun, 08 Jun 2008 06:15:51 +0200
parents 5b5194b25f33
children
line wrap: on
line source

module typeinfo12;

class C
{
}

void main()
{
}