Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha,sparc".
[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 }