diff options
| author | ruki <[email protected]> | 2023-02-11 00:29:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-11 00:29:26 +0800 |
| commit | c34ac1c6921f5a52eb9721fcc77725eac9217450 (patch) | |
| tree | 0efb68e7462eaabcc502a7479f1c90ad61d4a159 /tests/projects/package/llvm_dev/src/main.cpp | |
| parent | a39b6c637c50a8121c06943fbd6ef27ed8ef88f7 (diff) | |
add llvm dev test
Diffstat (limited to 'tests/projects/package/llvm_dev/src/main.cpp')
| -rw-r--r-- | tests/projects/package/llvm_dev/src/main.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/projects/package/llvm_dev/src/main.cpp b/tests/projects/package/llvm_dev/src/main.cpp new file mode 100644 index 000000000..7c435d251 --- /dev/null +++ b/tests/projects/package/llvm_dev/src/main.cpp @@ -0,0 +1,9 @@ +#include <iostream> + +using namespace std; + +int main(int argc, char** argv) +{ + cout << "hello world!" << endl; + return 0; +} |
