d: Merge upstream dmd 568496d5b, druntime 178c44ff, phobos 574bf883b.
[official-gcc.git] / gcc / testsuite / gdc.test / compilable / test7190.d
blob45344f13b8f27dd004799272f6c071271e7fffbb
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -Icompilable/extra-files
3 // EXTRA_FILES: extra-files/example7190/controllers/HomeController.d
4 // EXTRA_FILES: extra-files/example7190/models/HomeModel.d
5 // EXTRA_FILES: extra-files/serenity7190/core/Controller.d
6 // EXTRA_FILES: extra-files/serenity7190/core/Model.d
8 import example7190.controllers.HomeController;
9 import example7190.models.HomeModel;
11 void main(){}