mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-11 21:39:52 +00:00
849408957c
* tests : add a C compliance test * make : build C compliance test by default * make : fix clean and make sure C test fails on clang * make : move -Werror=implicit-int to CFLAGS
4 lines
38 B
C
4 lines
38 B
C
#include "llama.h"
|
|
|
|
int main(void) {}
|