mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-14 00:24:03 -04:00
7 lines
142 B
C++
7 lines
142 B
C++
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
|
|
// expected-no-diagnostics
|
|
|
|
class C {
|
|
#pragma options align=natural
|
|
};
|