blob: c4e15db46937115315a43c28e5bcac383cb4ef2a [file] [log] [blame]
int d_init()
{
return 456;
}
int d_global = d_init();
int
d_function ()
{ // Find this line number within d_dunction().
return 12345;
}