blob: 6ea46a17d9d983c3ff003178475472872981b4ef [file] [log] [blame]
module imports.test38a;
int bar(int i)
{
return i * i;
}