Shih-wei Liao | f8fd82b | 2010-02-10 11:10:31 -0800 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -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_( | ||||
7 | void operator delete (void*, void*) {} |