freebsd-dev/test/CodeGenCXX/global-llvm-constant.cpp
2010-01-01 10:34:51 +00:00

11 lines
139 B
C++

// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
struct A {
A() { x = 10; }
int x;
};
const A x;
// CHECK: @x = internal global