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