move this test into the ARM test so that it is only run when the arm backend
[oota-llvm.git] / test / FrontendC / unaligned-memcpy.c
1 // RUN: %llvmgcc %s -S -o - | llc
2
3 void bork() {
4   char Qux[33] = {0};
5 }