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

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