// RUN: %clang_cc1 -no-opaque-pointers -triple i686-pc-linux-gnu %s -o - -emit-llvm -verify | FileCheck %s
// expected-no-diagnostics
typedef size_t;
// Check that we make cookies for the two-arg delete even when using
// the global allocator and deallocator.
// rdar://problem/8913519