Douglas Gregor | fdd0172 | 2009-04-14 00:24:19 +0000 | [diff] [blame] | 1 | // Helper for external-defs.c test |
2 | |||||
3 | // Tentative definition | ||||
4 | int x; | ||||
5 | |||||
6 | // FIXME: check this, once we actually serialize it | ||||
7 | int y = 17; | ||||
8 | |||||
9 | // Should not show up | ||||
10 | static int z; |