mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:19:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			174 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			174 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %fail }
 | 
						|
{ %OPT=-Sew -vw}
 | 
						|
program tw4781a;
 | 
						|
var U : integer;
 | 
						|
 | 
						|
procedure B; 
 | 
						|
begin 
 | 
						|
if U = 0 then; 
 | 
						|
if U = 0 then; 
 | 
						|
end;
 | 
						|
 | 
						|
begin
 | 
						|
   if  U = 1 then writeln('UNdetected');
 | 
						|
end.
 | 
						|
 |