Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f4deaef8b816bd43258c30fe8e657ab041b675ad
/
.
/
test
/
Parser
/
pragma-options.cpp
blob: 152aacb8fd10ed3c5c3eb49861c9319293719dcc [
file
] [
log
] [
blame
]
Argyrios Kyrtzidis
f4deaef
2012-10-12 17:39:59 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
2
3
class
C
{
4
#pragma
options align
=
natural
5
};