mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:43:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			157 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			157 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %target=darwin }
 | 
						|
{ %cpu=powerpc,powerpc64,i386,x86_64,arm }
 | 
						|
 | 
						|
{ %norun }
 | 
						|
 | 
						|
{$mode delphi}{$modeswitch objectivec1}
 | 
						|
 | 
						|
var
 | 
						|
  o: id;
 | 
						|
begin
 | 
						|
  o.description;
 | 
						|
end.
 |