mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 01:39:35 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			103 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			103 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %fail }
 | 
						|
 | 
						|
type
 | 
						|
  tset = set of byte;
 | 
						|
begin
 | 
						|
  if 2 in tset then
 | 
						|
    writeln('should not compile')
 | 
						|
end.
 |