mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 08:19:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			156 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			156 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ %FAIL }
 | 
						|
{ Old file: tbf0010.pp }
 | 
						|
{  tests string constants exceeding lines              OK 0.9.2 }
 | 
						|
 | 
						|
program hello;
 | 
						|
 | 
						|
  begin
 | 
						|
     writeln('Hello);
 | 
						|
  end.
 | 
						|
 |