Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git] / test / FrontendC / 2009-07-17-VoidParameter.c
blobd5769524386cb847fb88f1cfdfd58e04395ce37f
1 // RUN: %llvmgcc -S %s -o -
2 // PR4214
3 typedef void vt;
4 void (*func_ptr)(vt my_vt);