#![feature(custom_attribute)]
#![allow(dead_code, unused_attributes)]
#[miri_run]
fn empty() -> &'static str {
""
}
fn hello() -> &'static str {
"Hello, world!"
fn hello_bytes() -> &'static [u8; 13] {
b"Hello, world!"