view test/bug12.d @ 248:890b4862ec6c trunk

[svn r265] generate debug info for global variables only if they don't have external linkage
author ChristianK
date Tue, 10 Jun 2008 20:01:04 +0200
parents 8b0e809563df
children d9d5d59873d8
line wrap: on
line source

module bug12;

void main()
{
    const string name="y";
}