remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2007-01-06-KNR-Proto.c
blobeb2f25482d9dc8e2300086b9511a05642e3c35e8
1 // RUN: %llvmgcc -S -o - -emit-llvm %s
2 // PR1083
4 int svc_register (void (*dispatch) (int));
6 int svc_register (dispatch)
7 void (*dispatch) ();