summaryrefslogtreecommitdiff
path: root/llama.cpp/tests/test-c.c
diff options
context:
space:
mode:
Diffstat (limited to 'llama.cpp/tests/test-c.c')
-rw-r--r--llama.cpp/tests/test-c.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/llama.cpp/tests/test-c.c b/llama.cpp/tests/test-c.c
new file mode 100644
index 0000000..a050710
--- /dev/null
+++ b/llama.cpp/tests/test-c.c
@@ -0,0 +1,3 @@
1#include "llama.h"
2
3int main(void) {}