xref
: /
external
/
clang
/
test
/
CodeGen
/
2007-11-07-AlignedMemcpy.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -emit-llvm %s -o /
dev
/
null
bork()
2
void
bork
() {
3
int
Qux
[
33
] = {0};
4
}
5