From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/tests/test-c.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 llama.cpp/tests/test-c.c (limited to 'llama.cpp/tests/test-c.c') 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 @@ +#include "llama.h" + +int main(void) {} -- cgit v1.2.3