diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-09 12:34:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-15 15:08:00 +0300 |
commit | e0f03c99f8cd9db8ab5a97fd5656042a160f8955 (patch) | |
tree | fb6707a4bfc10865220139592647339983cb5a07 /test/chromium.cpp | |
download | clang-format-e0f03c99f8cd9db8ab5a97fd5656042a160f8955.tar.gz clang-format-e0f03c99f8cd9db8ab5a97fd5656042a160f8955.zip |
initial commit
Diffstat (limited to 'test/chromium.cpp')
-rw-r--r-- | test/chromium.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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; +} |