summaryrefslogtreecommitdiff
path: root/tests/projects/package/compatibility/deps_with_version/src
diff options
context:
space:
mode:
authorruki <[email protected]>2024-11-28 23:55:27 +0800
committerruki <[email protected]>2024-11-28 23:55:27 +0800
commit5b6ccc1740802dda446cd4d95a748047bd66f80a (patch)
tree9d3851469aa6a32a7056d633d6444d1965eb0c6a /tests/projects/package/compatibility/deps_with_version/src
parent7a545f48f4c3bc9c21f46d22df8562756d9894cc (diff)
add deps version test
Diffstat (limited to 'tests/projects/package/compatibility/deps_with_version/src')
-rwxr-xr-xtests/projects/package/compatibility/deps_with_version/src/main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/projects/package/compatibility/deps_with_version/src/main.c b/tests/projects/package/compatibility/deps_with_version/src/main.c
new file mode 100755
index 000000000..9ae580511
--- /dev/null
+++ b/tests/projects/package/compatibility/deps_with_version/src/main.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main(int argc, char** argv)
+{
+ printf("hello world!\n");
+ return 0;
+}