blob: 7255d3e4f94de059298884e2b6e73e652d27bb2f [file] [log] [blame]
// RUN: clang-cc %s -emit-llvm -o %t &&
// An extra byte shoudl be allocated for an empty class.
// RUN: grep '%.truct.A = type { i8 }' %t
struct A { } a;