mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:19:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			75 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			75 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
const
 | 
						|
  cs = single(0.05);
 | 
						|
begin
 | 
						|
  if sizeof(cs)<>4 then
 | 
						|
    halt(1);
 | 
						|
end.
 |