blob: 8c642bd075331a9e9e9a0d2b07313a5a6f8f66c0 [file] [log] [blame]
Anders Carlssona1e16222009-11-07 07:15:03 +00001// RUN: clang-cc -emit-llvm %s -o - -triple=x86_64-apple-darwin9 | FileCheck %s
2
3// PR5420
4
5# 1 "fake_system_header.h" 1 3 4
6// CHECK: define void @_ZdlPvS_(
7void operator delete (void*, void*) {}