// RUN: %clang_cc1 -no-opaque-pointers %s -triple x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
// An extra byte should be allocated for an empty class.
// PR10912: don't crash
// <rdar://problem/11324125>: Make sure this doesn't crash. (It's okay
// if we start rejecting it at some point.)
// Shouldn't crash.