diff options
Diffstat (limited to 'test/FrontendC/2007-11-07-AlignedMemcpy.c')
-rw-r--r-- | test/FrontendC/2007-11-07-AlignedMemcpy.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/FrontendC/2007-11-07-AlignedMemcpy.c b/test/FrontendC/2007-11-07-AlignedMemcpy.c new file mode 100644 index 000000000000..f1900bb646b4 --- /dev/null +++ b/test/FrontendC/2007-11-07-AlignedMemcpy.c @@ -0,0 +1,4 @@ +// RUN: %llvmgcc -c %s -o /dev/null +void bork() { + int Qux[33] = {0}; +} |