aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/struct-attribute-placement.c
blob: 53c12143563a27906b69d2edfadd8d9c292d9b93 (plain)
1
2
3
4
5
6
struct __attribute__((__aligned__(16))) foo {
    int a;
};
/*
 * check-name: struct attribute placement
 */