mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
10 lines
256 B
C
10 lines
256 B
C
// RUN: %clang -fpack-struct -### %s 2> %t
|
|
// RUN: FileCheck < %t %s
|
|
// RUN: %clang -fpack-struct=8 -### %s 2> %t
|
|
// RUN: FileCheck < %t %s --check-prefix=EQ
|
|
|
|
// CHECK: "-cc1"
|
|
// CHECK: "-fpack-struct=1"
|
|
|
|
// CHECK-EQ: "-cc1"
|
|
// CHECK-EQ: "-fpack-struct=8"
|