// Copyright 2021 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 "src/compiler/js-operator.h" #include "test/cctest/cctest.h" #include "test/common/flag-utils.h" #include "test/common/node-observer-tester.h" namespace v8 { namespace internal { namespace compiler { TEST(TestVerifyType) { … } } // namespace compiler } // namespace internal } // namespace v8