[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / CodeGen / 2003-11-13-TypeSafety.c
blobb9add6c175a3f55720ad4462ad1c6d14ce455d86
1 // RUN: %clang_cc1 %s -emit-llvm -o - | grep getelementptr
3 int *test(int *X, int Y) {
4 return X + Y;