Fix PR4948 (and a leak): by not destroying the DwarfException
[llvm/avr.git] / test / FrontendC / unaligned-memcpy.c
blobe5d810f3ace8ccd0a77ff312010cc6107bb2297e
1 // RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc
3 void bork() {
4 char Qux[33] = {0};