index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
unaligned-memcpy.c
blob: 8fb84e4f5150c3427a6809aa446618c613e92967 (
plain
)
1
2
3
4
5
// RUN: %llvmgcc %s -S -o - | llc
void
bork
() {
char
Qux
[
33
] = {
0
};
}