blob: 0a5d3fe921518cbe46af54d14ec256c471361ed7 (
about) (
plain)
1
2
3
4
|
// RUN: %clang_cc1 -triple arm-unknown-unknown -target-abi apcs-gnu -fsyntax-only -verify %s
struct s0 { double f0; int f1; };
char chk0[__alignof__(struct s0) == 4 ? 1 : -1];
|