[ci skip] update generated files
[scons.git] / test / Batch / changed_sources_main.cpp
blob886d0bcf6a1c39501e00ff0bdc89c71009f0b16a
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright The SCons Foundation
5 #include <iostream>
7 int main()
9 std::cout << "Hello, world!\n";