| commit | 7d9d41397e5c0d1a245775c937f672b9de293770 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Jan 05 00:59:08 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Jan 05 00:59:08 2009 +0000 |
| tree | 571ffffa0f7048302fb8c529f4e80e7b099a7481 | |
| parent | 2c3014557757cefa9499deed1f2785bc89a98fcb [diff] [blame] |
add a testcase git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61660 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/SemaCXX/qualified-id-lookup.cpp b/test/SemaCXX/qualified-id-lookup.cpp index ac2c693..d0bb338 100644 --- a/test/SemaCXX/qualified-id-lookup.cpp +++ b/test/SemaCXX/qualified-id-lookup.cpp
@@ -50,4 +50,6 @@ void test_f1(int i) { int &v1 = N::f1(); float &v2 = N::f1(i); + int v3 = ::i1; } +