blob: 424120d6c2170a3ba042959eddfc4f54e9259d46 [file] [log] [blame]
Duncan Sands506f9082007-11-09 07:46:02 +00001// RUN: %llvmgcc -S %s -o - | grep "align 2"
Duncan Sands506f9082007-11-09 07:46:02 +00002struct A { short s; short t; int i; };
3void q() { struct A a = {0}; }