Dan Gohman | 04aed2a | 2010-04-30 17:42:30 +0000 | [diff] [blame] | 1 | // RUN: not %llvmgcc -O1 %s -S -o /dev/null |& grep {error: storage size} |
Duncan Sands | 804ce18 | 2009-04-22 18:55:17 +0000 | [diff] [blame] | 2 | // PR2958 |
3 | static struct foo s; | ||||
4 | struct foo *p = &s; |