]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/test7190.d
Add D front-end, libphobos library, and D2 testsuite.
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / test7190.d
1 // PERMUTE_ARGS:
2 // REQUIRED_ARGS: -Icompilable/extra-files
3 // EXTRA_FILES: extra-files/example7190/controllers/HomeController.d extra-files/example7190/models/HomeModel.d extra-files/serenity7190/core/Controller.d extra-files/serenity7190/core/Model.d
4
5 import example7190.controllers.HomeController;
6 import example7190.models.HomeModel;
7
8 void main(){}