blob: 6716b58926d722556b630f8485518d1c52598aa1 [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*) {}
Douglas Gregor96df6cf2010-03-07 05:10:40 +00008
9// PR6217
10// CHECK: define void @_Z3barv()
11void bar() { }