diff options
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; +} |