summaryrefslogtreecommitdiff
path: root/test/Parser/pragma-options.cpp
blob: 8f5a2152c7b158829075e2c28a8caaa4eab5cf1b (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -triple i386-apple-darwin9 -Wno-pragma-pack -fsyntax-only -verify %s
// expected-no-diagnostics

class C {
#pragma options align=natural
};