blob: eaa1876aac684c4d9fa72aa5f7f4fc3834111e4f [file] [log] [blame]
Richard Smith826711d2015-07-29 23:38:25 +00001struct string {};
Richard Smith2de44e62016-01-12 20:34:32 +00002const int n = 0;
3namespace N { typedef ::string clstring; using ::n; }