llvm-project/llvm/test/FrontendC/unaligned-memcpy.c

6 lines
73 B
C

// RUN: %llvmgcc %s -S -o - | llc
void bork() {
char Qux[33] = {0};
}