summaryrefslogtreecommitdiffstats
path: root/test/D/SharedObjects/Image/code.d
blob: 2073b317270e96d649e72aaeb882267d9f701638 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: MIT
//
// Copyright The SCons Foundation

int returnTheAnswer() {
  return 42;
}