netbsd/external/bsd/llvm/dist/clang/test/Parser/pragma-options.cpp
2014-01-15 10:53:42 +01:00

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
};