mirror of
https://github.com/opnsense/src.git
synced 2026-04-09 19:37:37 -04:00
6 lines
159 B
C++
6 lines
159 B
C++
// RUN: %clang_cc1 -triple i386-apple-darwin9 -Wno-pragma-pack -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
class C {
|
|
#pragma options align=natural
|
|
};
|