// RUN: %clang_cc1 -emit-llvm < %s -o -
// A nice and complicated initialization example with unions from Python
typedef int Py_ssize_t;
typedef union _gc_head PyGC_Head;
;
/* linked lists of container objects */
struct gc_generation generations = ;