mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Add testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43839 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
abaff883ba
commit
033903c37b
4
test/CFrontend/2007-11-07-AlignedMemcpy.c
Normal file
4
test/CFrontend/2007-11-07-AlignedMemcpy.c
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: %llvmgcc -c %s -o /dev/null
|
||||
void bork() {
|
||||
int Qux[33] = {0};
|
||||
}
|
Loading…
Reference in New Issue
Block a user