xref: /llvm-project/clang/test/CodeGen/2007-11-07-AlignedMemcpy.c (revision 1ea584377e7897f7df5302ed9cd378d17be14fbf)
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
bork(void)2 void bork(void) {
3   int Qux[33] = {0};
4 }
5