Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
396b2a22788b0134018760d6a476de1e20f81334
/
.
/
test
/
Sema
/
attr-aligned.c
blob: 390e6d9df45cff8b969224c3d8cf56c37554e258 [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -verify %s
int
x __attribute__
((
aligned
(
3
)));
// expected-error {{requested alignment is not a power of 2}}