blob: 390e6d9df45cff8b969224c3d8cf56c37554e258 [file] [log] [blame]
Daniel Dunbar396b2a22009-02-16 23:37:57 +00001// RUN: clang -fsyntax-only -verify %s
2
3int x __attribute__((aligned(3))); // expected-error {{requested alignment is not a power of 2}}