summaryrefslogtreecommitdiff
path: root/test/FrontendC/2007-11-07-ZeroAggregateAlign.c
blob: 424120d6c2170a3ba042959eddfc4f54e9259d46 (plain)
1
2
3
// RUN: %llvmgcc -S %s -o - | grep "align 2"
struct A { short s; short t; int i; };
void q() { struct A a = {0}; }