From e0f03c99f8cd9db8ab5a97fd5656042a160f8955 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 9 May 2021 12:34:32 +0300 Subject: initial commit --- test/chromium.cpp | 3 +++ test/file.cpp | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 test/chromium.cpp create mode 100644 test/file.cpp (limited to 'test') diff --git a/test/chromium.cpp b/test/chromium.cpp new file mode 100644 index 0000000..c2b0e40 --- /dev/null +++ b/test/chromium.cpp @@ -0,0 +1,3 @@ +int a() { + return 42; +} 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; +} -- cgit v1.2.3