llvm-project/clang/test/CodeGen/unaligned-memcpy.c

6 lines
81 B
C

// RUN: %clang_cc1 %s -emit-llvm -o -
void bork(void) {
char Qux[33] = {0};
}