comparison 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
comparison
equal deleted inserted replaced
246:b604c56945b0 247:56199753e637
1 module tangotests.debug7;
2
3 int gi;
4
5 void main()
6 {
7 int* fail;
8 *fail = 0;
9 }