mirage-config/source/mirage/testmain.d
2022-09-25 19:03:26 +03:00

16 lines
314 B
D

/**
* Authors:
* Mike Bierlee, m.bierlee@lostmoment.com
* Copyright: 2022 Mike Bierlee
* License:
* This software is licensed under the terms of the MIT license.
* The full terms of the license can be found in the LICENSE file.
*/
module mirage.testmain;
version (unittest) {
void main() {
}
}