Duncan Sands | 38c576c | 2007-11-09 07:47:29 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc -S %s -o - | grep "align 2" | count 6 |
Duncan Sands | 38c576c | 2007-11-09 07:47:29 +0000 | [diff] [blame] | 2 | struct A { char s, t, u, v; short a; }; |
3 | void q() { struct A a, b; a = b; } |