/*
* Copyright 2026 Michael Hope <michaelh@juju.nz>
* SPDX-License-Identifier: MIT
*/
#pragma once
#define ALWAYS_INLINE inline __attribute__((always_inline))
#define MUSTTAIL [[clang::musttail]]