hanchenye-llvm-project/clang/test/Sema/attr-aligned.c

4 lines
137 B
C
Raw Normal View History

// RUN: clang -fsyntax-only -verify %s
int x __attribute__((aligned(3))); // expected-error {{requested alignment is not a power of 2}}