mirror of
				https://github.com/MaskRay/ccls.git
				synced 2025-10-31 20:53:01 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			242 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			242 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| 
 | |
| #ifdef FOOBAR
 | |
| void hello();
 | |
| #endif
 | |
| 
 | |
| #if false
 | |
| 
 | |
| 
 | |
| 
 | |
| #endif
 | |
| 
 | |
| #if defined(OS_FOO)
 | |
| 
 | |
| #endif
 | |
| 
 | |
| /*
 | |
| OUTPUT:
 | |
| {
 | |
|   "includes": [],
 | |
|   "skipped_by_preprocessor": ["2:1-4:7", "6:1-10:7", "12:1-14:7"],
 | |
|   "usr2func": [],
 | |
|   "usr2type": [],
 | |
|   "usr2var": []
 | |
| }
 | |
| */
 |