Douglas Gregor | 7e90c6d | 2009-09-18 19:03:04 +0000 | [diff] [blame] | 1 | namespace N3 { |
2 | } | ||||
3 | |||||
4 | namespace N2 { | ||||
5 | namespace I1 { } | ||||
6 | namespace I4 = I1; | ||||
7 | namespace I5 { } | ||||
8 | namespace I1 { } | ||||
9 | |||||
Ilya Biryukov | b3510c4 | 2018-04-24 13:48:53 +0000 | [diff] [blame] | 10 | namespace |
11 | // RUN: %clang_cc1 -fsyntax-only -code-completion-at=%s:10:13 %s -o - | FileCheck -check-prefix=CHECK-CC1 %s | ||||
Douglas Gregor | 52ce62f | 2010-01-13 23:24:38 +0000 | [diff] [blame] | 12 | // CHECK-CC1: I1 |
13 | // CHECK-CC1-NEXT: I5 | ||||
Douglas Gregor | ea9b03e | 2009-09-22 21:11:38 +0000 | [diff] [blame] | 14 |