blob: db8cb282dee33e9f4c182c1d0b05d0fffcbb0577 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TOOLS_CLANG_PLUGINS_TESTS_SYSTEM_CSTDINT_
#define TOOLS_CLANG_PLUGINS_TESTS_SYSTEM_CSTDINT_
using uintptr_t = __UINTPTR_TYPE__;
#endif // TOOLS_CLANG_PLUGINS_TESTS_SYSTEM_CSTDINT_