chromium/v8/test/unittests/api/v8-maybe-unittest.cc

// Copyright 2022 the V8 project 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 "include/v8-maybe.h"

#include "src/base/compiler-specific.h"
#include "src/base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace v8 {
namespace internal {

namespace {
struct Movable {};
}  // namespace

TEST(MaybeTest, AllowMovableTypes) {}

}  // namespace internal
}  // namespace v8