mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			214 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			214 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include "../../clay.h"
 | 
						|
 | 
						|
// NOTE: This file only exists to make sure that clay works when included in multiple translation units.
 | 
						|
 | 
						|
void SatisfyCompiler() {
 | 
						|
    CLAY(CLAY_ID("SatisfyCompiler"), CLAY_LAYOUT({})) {}
 | 
						|
} |