mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Tested locally in relation to https://github.com/carbon-language/carbon-lang/pull/6182, difficult to test server-side because of the action change combined with the edge-case issue.
9 lines
347 B
C++
9 lines
347 B
C++
// 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
|
|
|
|
// This file is only validating expected includes exist. See the BUILD target
|
|
// for more information.
|
|
|
|
#include <boost/unordered/unordered_flat_map.hpp>
|