| Richard Smith | fd8634a | 2013-10-23 02:17:46 +0000 | [diff] [blame] | 1 | namespace UsingDecl { | 
| 2 | namespace B { typedef int inner; } | ||||
| 3 | using B::inner; | ||||
| 4 | } | ||||
| 5 | |||||
| 6 | #include "using-decl-a.h" | ||||
| 7 | |||||
| 8 | namespace UsingDecl { | ||||
| 9 | using ::using_decl_type; | ||||
| 10 | using ::using_decl_var; | ||||
| 11 | } | ||||