/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/cxx-api/tests/snapshots/should_handle_free_function/test.h
14 строк
263 B
Jakub Piasecki
Handle functions in C++ API snapshot (#55692)
25 фев 2026, 12:12
25 фев 2026, 12:12
efc1528
Код
Авторство
О чём код?
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #pragma once namespace test { void helloWorld(); } // namespace test