blob: d320fdafc8b9b78706748bd09fc73eea1985adeb [file] [log] [blame]
void foo() {}
int _foo;
alias _foo foo;
void main()
{
foo = 1;
}