1 // RUN: not %llvmgcc -O1 %s -S -o /dev/null |& grep {error: storage size} 2 // PR2958 3 static struct foo s; 4 struct foo *p = &s; 5