summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/align-x86.c
blob: df392a2e1e83f3372dda6aba57e0d78ecdbd5026 (plain)
1
2
3
4
5
6
// RUN: clang -triple i386-apple-darwin9 -fsyntax-only -verify %s

// PR3433
double g1;
short chk1[__alignof__(g1) == 8 ? 1 : -1]; 
short chk2[__alignof__(double) == 8 ? 1 : -1]; 
OpenPOWER on IntegriCloud