mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			185 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
Type T = (aa,bb,cc,dd,ee,ff,gg,hh);
 | 
						|
     Tset = set of t;
 | 
						|
 | 
						|
Var a: Tset;
 | 
						|
 | 
						|
Begin
 | 
						|
  If (aa in a^) Then begin end;
 | 
						|
  {it seems that correct code is generated, but the syntax is wrong}
 | 
						|
End.
 |