mirror of
				https://git.proxmox.com/git/rustc
				synced 2025-11-04 09:30:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			119 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			119 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// no-prefer-dynamic
 | 
						|
 | 
						|
#![crate_type = "rlib"]
 | 
						|
 | 
						|
use std::alloc::System;
 | 
						|
 | 
						|
#[global_allocator]
 | 
						|
static A: System = System;
 |