diff options
Diffstat (limited to 'test/FrontendC/2007-11-07-CopyAggregateAlign.c')
-rw-r--r-- | test/FrontendC/2007-11-07-CopyAggregateAlign.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/FrontendC/2007-11-07-CopyAggregateAlign.c b/test/FrontendC/2007-11-07-CopyAggregateAlign.c deleted file mode 100644 index 8bd94b0..0000000 --- a/test/FrontendC/2007-11-07-CopyAggregateAlign.c +++ /dev/null @@ -1,3 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | grep "align 2" | count 6 -struct A { char s, t, u, v; short a; }; -void q() { struct A a, b; a = b; } |