diff options
Diffstat (limited to 'tests/headers/vector.hpp')
-rw-r--r-- | tests/headers/vector.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/vector.hpp b/tests/headers/vector.hpp new file mode 100644 index 00000000..4707f77f --- /dev/null +++ b/tests/headers/vector.hpp @@ -0,0 +1,3 @@ +struct foo { + __attribute__((__vector_size__(1 * sizeof(long long)))) long long mMember; +}; |