Add include needed for MSVC.
[clang/acc.git] / test / CodeGen / struct-init.c
bloba38442b1a88f42e5456814b92b4b3bf89f8a204d
1 // RUN: clang-cc %s -emit-llvm -o -
3 typedef struct _zend_ini_entry zend_ini_entry;
4 struct _zend_ini_entry {
5 void *mh_arg1;
6 };
8 char a;
10 const zend_ini_entry ini_entries[] = {
11 { ((char*)&((zend_ini_entry*)0)->mh_arg1 - (char*)(void*)0)},