diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tangotests/debug6.d	Mon Jun 09 15:52:22 2008 +0200
@@ -0,0 +1,9 @@
+module tangotests.debug6;
+
+void main()
+{
+    char[] str = "hello world :)";
+
+    int* fail;
+    *fail = 32;
+}