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: e5d810f3ace8ccd0a77ff312010cc6107bb2297e (
plain
)
1
2
3
4
5
// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llc
void
bork
() {
char
Qux
[
33
] = {
0
};
}