1 // EXTRA_SOURCES: imports/test58a.d
2 // PERMUTE_ARGS:
3 
4 import imports.test58a;
5 
main()6 void main()
7 {
8     foo!(long)();
9 }
10