/
githubmirror
/
carbon-lang
Обзор
Документация
Войти
/
githubmirror
/
carbon-lang
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
examples/bazel/example.cpp
12 строк
302 B
Chandler Carruth
Test that the built toolchain works with the example Bazel project (#6653)
29 янв 2026, 05:14
Не верифицирован
29 янв 2026, 05:14
529dcfc
Код
Авторство
О чём код?
// 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 #include <stdlib.h> #include "example_lib.h" auto main() -> int { HelloWorld(); return EXIT_SUCCESS; }