mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 20:30:57 -05:00
6 lines
156 B
C++
6 lines
156 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;
|