blob: 7db9c0730c806b898f1f375e9467aca77cce8772 [file] [log] [blame]
Dan Gohman04aed2a2010-04-30 17:42:30 +00001// RUN: not %llvmgcc -O1 %s -S -o /dev/null |& grep {error: storage size}
Duncan Sands804ce182009-04-22 18:55:17 +00002// PR2958
3static struct foo s;
4struct foo *p = &s;