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

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

const A x;

// CHECK: @x = internal global