Macro end_of_input

Source
macro_rules! end_of_input {
    () => { ... };
}