mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-21 02:59:15 +00:00
6b30ae8267
the fix from 4.2. llvm-svn: 44115
4 lines
115 B
C
4 lines
115 B
C
// RUN: %llvmgcc -S %s -o - | grep "align 2"
|
|
struct A { short s; short t; int i; };
|
|
void q() { struct A a = {0}; }
|