mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-11-04 09:32:00 +00:00 
			
		
		
		
	* 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) {}
 |