comparison tangotests/debug6.d @ 246:b604c56945b0 trunk

[svn r263] Changed *** ATTENTION *** to warnings. Implemented debug info for dynamic arrays, start of general composite support.
author lindquist
date Mon, 09 Jun 2008 15:52:22 +0200
parents
children
comparison
equal deleted inserted replaced
245:d61ce72c39ab 246:b604c56945b0
1 module tangotests.debug6;
2
3 void main()
4 {
5 char[] str = "hello world :)";
6
7 int* fail;
8 *fail = 32;
9 }