1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01: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};
}