summaryrefslogtreecommitdiff
path: root/test/Batch/changed_sources_main.cpp
blob: 810625a1aaf09ccb8ec21c85c3f838523efeeb7d (plain)
1
2
3
4
5
6
7

#include <iostream>

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