blob: cb68bc197600aac76222705262250ff633949470 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-apple-darwin9 | FileCheck %s
Anders Carlssona1e16222009-11-07 07:15:03 +00002
3// PR5420
4
5# 1 "fake_system_header.h" 1 3 4
6// CHECK: define void @_ZdlPvS_(
7void operator delete (void*, void*) {}