remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2008-04-08-NoExceptions.c
blob257fee23b068e15188a30aad124a01a83817638b
1 // RUN: %llvmgcc -S -o - %s | grep nounwind | count 2
2 // RUN: %llvmgcc -S -o - %s | not grep {declare.*nounwind}
4 void f(void);
5 void g(void) {
6 f();