blob: 3d971ff331e7d40bed4e5421e097c65cb5a9f970 [file] [log] [blame]
//===--- OpaqueIdentityFunctions.cpp --------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See http://swift.org/LICENSE.txt for license information
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
//
//===----------------------------------------------------------------------===//
#include "swift/Runtime/Config.h"
SWIFT_CC(swift)
extern "C"
void *swift_stdlib_getPointer(void *x) { return x; }