summaryrefslogtreecommitdiffstats
path: root/test cases/common/205 native file path override/main.cpp
blob: 91bc809069bdfd52eeaf7c2225b2d1536c800bfc (plain)
1
2
3
4
5
#include <iostream>

int main(void) {
    std::cout << "Hello world!" << std::endl;
}