blob: e16cbb3fa617cb1ca5bd146fe4c7b88695063a97 [file] [log] [blame]
Hans Wennborg442e4f72013-12-13 22:43:52 +00001// RUN: %clang_cc1 -cxx-abi itanium -emit-llvm -o - %s | FileCheck %s
Eli Friedman033e8d42009-08-29 20:58:20 +00002
3int x;
John McCall3155f572010-04-09 19:03:51 +00004struct A {
Eli Friedman033e8d42009-08-29 20:58:20 +00005 int& y;
6 A() : y(x) {}
7};
8A z;
Hans Wennborg442e4f72013-12-13 22:43:52 +00009// CHECK: store i32* @x, i32**