mirage-injector/testmain.d
2025-02-01 22:43:03 +01:00

15 lines
316 B
D

/**
* Authors:
* Mike Bierlee, m.bierlee@lostmoment.com
* Copyright: 2022-2025 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.txt file.
*/
module testmain;
version (unittest) {
void main() {
}
}