summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/using-decl-redecl/a.h
blob: eaa1876aac684c4d9fa72aa5f7f4fc3834111e4f (plain)
1
2
3
struct string {};
const int n = 0;
namespace N { typedef ::string clstring; using ::n; }
OpenPOWER on IntegriCloud