mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-28 08:31:25 +00:00 
			
		
		
		
	 849408957c
			
		
	
	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) {}
 |