// Copyright 2016 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifdef UNSAFE_BUFFERS_BUILD // TODO(crbug.com/342213636): Remove this and spanify to fix the errors. #pragma allow_unsafe_buffers #endif #include <iostream> #include "base/hash/hash.h" #include "device/bluetooth/public/cpp/bluetooth_uuid.h" int main(int argc, char** argv) { … }