Adjust these tests now that "extern inline"
[oota-llvm.git] / test / FrontendC / unaligned-memcpy.c
1 // RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc
2
3 void bork() {
4   char Qux[33] = {0};
5 }