12 lines · cpp
1// RUN: %clang_cc1 -emit-llvm %s -o - -triple=x86_64-apple-darwin9 | FileCheck %s2 3// PR54204 5# 1 "fake_system_header.h" 1 3 46// CHECK-LABEL: define{{.*}} void @_ZdlPvS_(7void operator delete (void*, void*) {}8 9// PR621710// CHECK-LABEL: define{{.*}} void @_Z3barv() 11void bar() { }12