#![no_std]
#![no_main]

#[no_mangle]
fn start() {
    // Simple driver
}