xref: /llvm-project/clang/test/PCH/Inputs/chain-ext_vector2.h (revision 04f5c31e98108b5ab4dd5f5df98072191bdc2b00)
1*04f5c31eSSebastian Redl // Second header file for chain-ext_vector.c PCH test
2*04f5c31eSSebastian Redl 
3*04f5c31eSSebastian Redl typedef __attribute__((ext_vector_type(4))) float float4;
4