1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/FrontendC/unaligned-memcpy.c

6 lines
94 B
C
Raw Normal View History

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