1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CFrontend/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};
}