1 module imports.test38a;
2 
bar(int i)3 int bar(int i)
4 {
5     return i * i;
6 }
7