]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/clang/test/CodeGenCXX/mangle-system-header.cpp
Imported Upstream version 0.6
[rustc.git] / src / llvm / tools / clang / test / CodeGenCXX / mangle-system-header.cpp
CommitLineData
223e47cc
LB
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_(
7void operator delete (void*, void*) {}
8
9// PR6217
10// CHECK: define void @_Z3barv()
11void bar() { }