blob: 7255d3e4f94de059298884e2b6e73e652d27bb2f [file] [log] [blame]
Anders Carlsson696798f2009-07-27 17:10:54 +00001// RUN: clang-cc %s -emit-llvm -o %t &&
2
3// An extra byte shoudl be allocated for an empty class.
4// RUN: grep '%.truct.A = type { i8 }' %t
5struct A { } a;