diff --git a/llvm/utils/git/test8.cpp b/llvm/utils/git/test8.cpp new file mode 100644 index 0000000000000..fc2ab24e7d5f4 --- /dev/null +++ b/llvm/utils/git/test8.cpp @@ -0,0 +1,4 @@ +int main() +{ + return 1 +2; +} \ No newline at end of file diff --git a/llvm/utils/git/test8.py b/llvm/utils/git/test8.py new file mode 100644 index 0000000000000..0e81f925a140c --- /dev/null +++ b/llvm/utils/git/test8.py @@ -0,0 +1,4 @@ + +def main(): + return \ + 1 +2 \ No newline at end of file