diff tangotests/debug7.d @ 247:56199753e637 trunk

[svn r264] Fixed debug info for global variables.
author lindquist
date Mon, 09 Jun 2008 17:49:30 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tangotests/debug7.d	Mon Jun 09 17:49:30 2008 +0200
@@ -0,0 +1,9 @@
+module tangotests.debug7;
+
+int gi;
+
+void main()
+{
+    int* fail;
+    *fail = 0;
+}