summaryrefslogtreecommitdiffstats
path: root/test/Parser/namelookup-bug-1.c
blob: 8667a71657ccf931e0f9d58e8592d919fb39ec75 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -verify %s

typedef int Object;

struct Object *pp;

Object staticObject1;