summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/global-llvm-constant.cpp
blob: e799231ab74467bd98d244000756ca33c8a8da5f (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s

struct A {
  A() { x = 10; }
  int x;
};

const A x;

// CHECK: @x = internal global
OpenPOWER on IntegriCloud