Shih-wei Liao | f8fd82b | 2010-02-10 11:10:31 -0800 | [diff] [blame^] | 1 | // RUN: %clang_cc1 %s -emit-llvm -o - |
2 | |||||
3 | typedef struct _zend_ini_entry zend_ini_entry; | ||||
4 | struct _zend_ini_entry { | ||||
5 | void *mh_arg1; | ||||
6 | }; | ||||
7 | |||||
8 | char a; | ||||
9 | |||||
10 | const zend_ini_entry ini_entries[] = { | ||||
11 | { ((char*)&((zend_ini_entry*)0)->mh_arg1 - (char*)(void*)0)}, | ||||
12 | }; |