diff options
Diffstat (limited to '')
-rw-r--r-- | test/file.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/file.cpp b/test/file.cpp new file mode 100644 index 0000000..548ff67 --- /dev/null +++ b/test/file.cpp @@ -0,0 +1,3 @@ +int b() { + return 42; +} |