2009-12-16 04:14:24 +08:00
|
|
|
// RUN: %clang_cc1 %s -emit-llvm -o -
|
2008-06-07 00:41:08 +08:00
|
|
|
|
|
|
|
typedef struct _zend_ini_entry zend_ini_entry;
|
|
|
|
struct _zend_ini_entry {
|
2009-09-09 23:08:12 +08:00
|
|
|
void *mh_arg1;
|
2008-06-07 00:41:08 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
char a;
|
|
|
|
|
|
|
|
const zend_ini_entry ini_entries[] = {
|
2009-09-09 23:08:12 +08:00
|
|
|
{ ((char*)&((zend_ini_entry*)0)->mh_arg1 - (char*)(void*)0)},
|
2008-06-07 00:41:08 +08:00
|
|
|
};
|
2010-07-06 02:03:30 +08:00
|
|
|
|
|
|
|
// PR7564
|
|
|
|
struct GLGENH {
|
|
|
|
int : 27;
|
|
|
|
int EMHJAA : 1;
|
|
|
|
};
|
|
|
|
|
|
|
|
struct GLGENH ABHFBF = {1};
|