summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-06-30 09:20:43 -0300
committerEuAndreh <eu@euandre.org>2024-06-30 09:21:27 -0300
commitbb07acb67faece96705d67c60e3fab78d7be3903 (patch)
tree766eaa2aceac69fc0f924a6ea26ce280fd2d1155 /tests
parentsrc/math.h: Add max_size() function (diff)
downloadpindaiba-bb07acb67faece96705d67c60e3fab78d7be3903.tar.gz
pindaiba-bb07acb67faece96705d67c60e3fab78d7be3903.tar.xz
Add sorted-vector.c empty files
Diffstat (limited to 'tests')
-rw-r--r--tests/sorted-vector.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sorted-vector.c b/tests/sorted-vector.c
new file mode 100644
index 0000000..e47b14f
--- /dev/null
+++ b/tests/sorted-vector.c
@@ -0,0 +1,3 @@
+int
+main(void) {
+}