Trying that again.
[oota-llvm.git] / test / CFrontend / 2007-11-07-ZeroAggregateAlign.c
1 // RUN: %llvmgcc -S %s -o - | grep "align 2"
2 struct A { short s; short t; int i; };
3 void q() { struct A a = {0}; }