blob: c76a5758238aa55d3e5d6de874b74f82e33bb433 [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;
}
}
}