1 // RUN: %clang_cc1 -ffreestanding %s -triple=i686-apple-darwin -target-feature +mmx -emit-llvm -o - -Wall -Werror
2 // RUN: %clang_cc1 -ffreestanding %s -triple=x86_64-apple-darwin -target-feature +mmx -emit-llvm -o - -Wall -Werror
7 int __attribute__ ((__vector_size__ (8))) b
;
11 b
= __builtin_ia32_vec_init_v2si (0, a
);