mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 02:19:22 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			145 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			145 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %version=1.1 }
 | 
						|
{ %fail }
 | 
						|
 | 
						|
{$mode delphi}
 | 
						|
{$threading on}
 | 
						|
 | 
						|
threadvar
 | 
						|
  { Initializing threadvars is not allowed }
 | 
						|
  p : longint = 1;
 | 
						|
begin
 | 
						|
end.
 |