summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/copy-constructor-synthesis-2.cpp
blob: 4d40372a56b6cbddfa92defa539f3a43667b8f6d (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s

struct A { virtual void a(); };
A x(A& y) { return y; }

// CHECK: define linkonce_odr void @_ZN1AC1ERKS_(
// CHECK: store i8** getelementptr inbounds ([0 x i8*]* @_ZTV1A, i64 0, i64 2)
OpenPOWER on IntegriCloud