summaryrefslogtreecommitdiff
path: root/test cases/d/10 d cpp/libfile.d
AgeCommit message (Collapse)Author
2018-08-20Improve D mixed language test caseGoaLitiuM
2018-08-20Remove dependency to D runtime in mixed language testsGoaLitiuM
It is undefined behaviour to call D I/O functions without initializing D runtime first. Simplify the test so it will work in all platforms.
2018-05-02Can combine D and C++ in a single target. Closes #3125.Jussi Pakkanen