AMDGPU: Make vector_shuffle legal for v2i32 with v_pk_mov_b32 (#123684)
[llvm-project.git] / clang / test / Index / Inputs / a.h
blob70ace8c90ee3bdccae9928a4b529e96715e88860
1 #ifndef A_H
2 #define A_H
3 typedef int A;
4 #endif