blob: 3ab5f96f6239bc72e2ff7256aa1b8abd01011037 [file] [log] [blame]
Daniel Dunbar8fbe78f2009-12-15 20:14:24 +00001// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-apple-darwin9 | FileCheck %s
Anders Carlssonc0a35612009-11-07 07:15:03 +00002
3// PR5420
4
5# 1 "fake_system_header.h" 1 3 4
Stephen Lin43622612013-08-15 06:47:53 +00006// CHECK-LABEL: define void @_ZdlPvS_(
Anders Carlssonc0a35612009-11-07 07:15:03 +00007void operator delete (void*, void*) {}
Douglas Gregor577cf972010-03-07 05:10:40 +00008
9// PR6217
Stephen Lin43622612013-08-15 06:47:53 +000010// CHECK-LABEL: define void @_Z3barv()
Douglas Gregor577cf972010-03-07 05:10:40 +000011void bar() { }