mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 06:59:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			110 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			110 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %FAIL }
 | 
						|
 | 
						|
program tb0234;
 | 
						|
 
 | 
						|
uses
 | 
						|
  ub0234.ub0234;
 | 
						|
 
 | 
						|
var
 | 
						|
  c: Integer;
 | 
						|
begin
 | 
						|
  c := Ord(ub0234.enumBAR);
 | 
						|
end.
 |