1 2 3 4 5
pub(crate) fn builtin_hardcoded_input_add(input: &[u8]) -> Vec<u8> { use super::write_u32; let _ = input; write_u32(0xDEAD_BEEF) }