summaryrefslogtreecommitdiff
path: root/tests/test-c.c
blob: 95ba73df39a3c0341d1cdba53ffec2999f7893d9 (plain)
1
2
3
4
5
6
7
#include "llama.h"

#ifdef GGML_USE_KOMPUTE
#include "ggml-kompute.h"
#endif

int main(void) {}