mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 11:24:16 +01:00 
			
		
		
		
	no message
This commit is contained in:
		
							parent
							
								
									7753653b4c
								
							
						
					
					
						commit
						661b1f39b7
					
				
							
								
								
									
										9
									
								
								tests/tbs/tb0481.pp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								tests/tbs/tb0481.pp
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,9 @@
 | 
			
		||||
type
 | 
			
		||||
  trec = record
 | 
			
		||||
    data : longint;
 | 
			
		||||
  end;
 | 
			
		||||
  prec = ^trec;
 | 
			
		||||
 | 
			
		||||
begin
 | 
			
		||||
  writeln(longint(@prec(0)^.data));
 | 
			
		||||
end.
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user