/* * Copyright (c) 2022, Tim Flynn * * SPDX-License-Identifier: BSD-2-Clause */ #include namespace Unicode { Optional __attribute__((weak)) find_emoji_for_code_points(Span) { return {}; } }