remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2003-11-13-TypeSafety.c
blob128b767e22da35f0f9441e07ccaa16fc687d41f2
1 // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | grep getelementptr
3 int *test(int *X, int Y) {
4 return X + Y;