blob: bd4319667e8f0667c165cfeceecb18e0269008a6 [file] [log] [blame]
// RUN: clang-cc -emit-llvm -o - %s | FileCheck %s
struct A {
A() { x = 10; }
int x;
};
const A x;
// CHECK: @x = internal global