blob: 424120d6c2170a3ba042959eddfc4f54e9259d46 [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | grep "align 2"
struct A { short s; short t; int i; };
void q() { struct A a = {0}; }