Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
87bd165ca211d9d42b5320d903d5fd710fb26735
/
.
/
test
/
Sema
/
attr-aligned.c
blob: 390e6d9df45cff8b969224c3d8cf56c37554e258 [
file
] [
log
] [
blame
]
Daniel Dunbar
3ed413a
2009-02-16 23:37:57 +0000
[
diff
] [
blame
]
1
// RUN: clang -fsyntax-only -verify %s
2
3
int
x __attribute__
((
aligned
(
3
)));
// expected-error {{requested alignment is not a power of 2}}