summaryrefslogtreecommitdiffstats
path: root/test/Batch/changed_sources_main.cpp
blob: 886d0bcf6a1c39501e00ff0bdc89c71009f0b16a (plain)
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MIT
//
// Copyright The SCons Foundation

#include <iostream>

int main()
{
    std::cout << "Hello, world!\n";
}