view tests/mini/typeinfo12.d @ 1594:9f7151d890ff

Added in forgotten json.c and json.h files so ldc compiles again.
author Robert Clipsham <robert@octarineparrot.com>
date Sat, 07 Nov 2009 14:21:56 +0000
parents 1bb99290e03a
children
line wrap: on
line source

module typeinfo12;

class C
{
}

void main()
{
}