blob: 29345e9c6979f13489fd695636f0ade657913759 [file] [log] [blame]
Douglas Gregorfdd01722009-04-14 00:24:19 +00001// Helper for external-defs.c test
2
3// Tentative definition
4int x;
5
6// FIXME: check this, once we actually serialize it
7int y = 17;
8
9// Should not show up
10static int z;