Files
ldc/tangotests/debug6.d
Tomas Lindquist Olsen 37b6748897 [svn r263] Changed *** ATTENTION *** to warnings.
Implemented debug info for dynamic arrays, start of general composite support.
2008-06-09 15:52:22 +02:00

10 lines
110 B
D

module tangotests.debug6;
void main()
{
char[] str = "hello world :)";
int* fail;
*fail = 32;
}