blob: 196952bb753f66bca34cf6a907953b0b3f096842 [file] [log] [blame]
// Copyright 2024 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "foo.h"
namespace bar = ::baz::testing;
// TODO(2344): Fix all the bugs.
namespace outer {
namespace inner {
bool function(uint8_t number) { return true; }
} // namespace inner
} // namespace outer