Files
ldc/tangotests/debug4.d
T
2008-06-09 12:43:16 +02:00

12 lines
133 B
D

module tangotests.debug4;
void main()
{
char c = 'c';
wchar wc = 'w';
dchar dc = 'd';
int* fail;
*fail = 32;
}