summaryrefslogtreecommitdiff
path: root/test/FrontendC/unaligned-memcpy.c
blob: e5d810f3ace8ccd0a77ff312010cc6107bb2297e (plain)
1
2
3
4
5
// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc

void bork() {
  char Qux[33] = {0};
}