blob: 35b8b55f11de6dc79f4a0f5f1bed9d0c253baf39 [file] [log] [blame]
// Part of the Crubit project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include "pragma_support.h"
namespace pragma_none {
using IntPtr = int*;
template <class T>
using Pointer = T*;
using IntPtrVec = Vec<int*>;
void maybeMutatePointer(int*&);
} // namespace pragma_none