1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/test/CFrontend/unaligned-memcpy.c
2007-10-26 23:43:35 +00:00

6 lines
94 B
C

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