// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -Wcast-align -verify %s
// Simple casts.
void
// Casts from void* are a special case.
void
// Aligned struct.
;
void
// Incomplete type.
void
// Do not issue a warning. The aligned attribute changes the alignment of the
// variables and fields.
char a;
;
;
void
// No warnings.
typedef int ;
unsigned int ;
FnTy
void