]> git.ipfire.org Git - thirdparty/git.git/blame - t/t4018/cpp-class-destructor
Merge branch 'en/pull-do-not-rebase-after-fast-forwarding'
[thirdparty/git.git] / t / t4018 / cpp-class-destructor
CommitLineData
9cc444f0
JS
1RIGHT::~RIGHT()
2{
3 ChangeMe;
9cc444f0 4}