/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/cxx-api/tests/snapshots/should_skip_anonymous_variables/test.h
22 строки
368 B
Jakub Piasecki
Ignore anonymous variables in the snapshot (#55845)
03 мар 2026, 12:00
03 мар 2026, 12:00
44bb931
Код
Авторство
О чём код?
/* * 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 #include <cstdint> namespace test { struct BundleHeader { union { uint32_t magic32; uint64_t magic64; }; uint32_t version; }; } // namespace test