mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			365 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|    LL|       |// Verify that the entry point injected by the test harness doesn't cause
 | |
|    LL|       |// weird artifacts in the coverage report (e.g. issue #10749).
 | |
|    LL|       |
 | |
|    LL|       |// compile-flags: --test
 | |
|    LL|       |
 | |
|    LL|       |#[allow(dead_code)]
 | |
|    LL|      0|fn unused() {}
 | |
|    LL|       |
 | |
|    LL|      1|#[test]
 | |
|    LL|      1|fn my_test() {}
 | |
| 
 | 
