mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
5 lines
156 B
C++
5 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;
|