blob: 4707f77f46b8dc8c82ffd8b9c08640759c5e8de9 [file] [log] [blame]
struct foo {
__attribute__((__vector_size__(1 * sizeof(long long)))) long long mMember;
};