blob: 6b8def9a643aa7d77e379efe7c799bc2ffefb642 [file] [log] [blame]
// RUN: clang -emit-llvm < %s -o -
struct Mem {
union {
} u;
};
struct Mem *columnMem(){
static const struct Mem nullMem = { {} };
}