blob: 61f426da51fddcfbf95edde844a3c40e17493b99 [file] [log] [blame]
Hans Wennborgc9bd88e2014-01-14 19:35:09 +00001// RUN: %clang_cc1 -triple %itanium_abi_triple -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**