opnsense-src/test/CodeGenCXX/global-llvm-constant.cpp

11 lines
143 B
C++
Raw Normal View History

2010-01-01 05:34:51 -05:00
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
2009-12-15 13:49:47 -05:00
struct A {
A() { x = 10; }
int x;
};
const A x;
2010-02-16 04:31:36 -05:00
// CHECK: @_ZL1x = internal global