hanchenye-llvm-project/clang/test/Parser/pragma-options.cpp

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