summaryrefslogtreecommitdiff
path: root/tests/projects/package/brew/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-17 22:35:57 +0800
committerruki <[email protected]>2021-12-17 22:35:57 +0800
commit2a332ca17cf5ae1a9f4029402d12ea1fcf609f87 (patch)
tree616c71972b38eb6580d1bf84bbed484d91a966e2 /tests/projects/package/brew/src/main.cpp
parente8aa2b2b36fc5977bb0997cf2697837435937e98 (diff)
add brew test
Diffstat (limited to 'tests/projects/package/brew/src/main.cpp')
-rw-r--r--tests/projects/package/brew/src/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/projects/package/brew/src/main.cpp b/tests/projects/package/brew/src/main.cpp
new file mode 100644
index 000000000..7c435d251
--- /dev/null
+++ b/tests/projects/package/brew/src/main.cpp
@@ -0,0 +1,9 @@
+#include <iostream>
+
+using namespace std;
+
+int main(int argc, char** argv)
+{
+ cout << "hello world!" << endl;
+ return 0;
+}