// test.rs /// Test block will load raw binaries into memory to execute them. This function /// will load ELF files and try to execute them. pub fn test() { // The majority of the testing code needs to move into a system call (execv maybe?) println!(); }