opnsense-src/test/CodeGenCXX/class-layout.cpp
2009-11-18 14:59:57 +00:00

5 lines
153 B
C++

// 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;