diff options
Diffstat (limited to 'test cases/common/205 native file path override/main.cpp')
-rw-r--r-- | test cases/common/205 native file path override/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/205 native file path override/main.cpp b/test cases/common/205 native file path override/main.cpp new file mode 100644 index 0000000..91bc809 --- /dev/null +++ b/test cases/common/205 native file path override/main.cpp @@ -0,0 +1,5 @@ +#include <iostream> + +int main(void) { + std::cout << "Hello world!" << std::endl; +} |