/
githubmirror
/
carbon-lang
Обзор
Документация
Войти
/
githubmirror
/
carbon-lang
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
toolchain/base/test_binary.cpp
5 строк
226 B
Chandler Carruth
Move the `:install_paths` library to `//toolchain/base` (#6457)
03 дек 2025, 20:14
Не верифицирован
03 дек 2025, 20:14
5d0d443
Код
Авторство
О чём код?
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM // Exceptions. See /LICENSE for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception auto main() -> int { return 0; }