зеркало из https://github.com/microsoft/clang-1.git
add a testcase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
55a7cefc84
Коммит
a67865c64e
|
@ -50,4 +50,6 @@ typedef struct N::f2 type2;
|
|||
void test_f1(int i) {
|
||||
int &v1 = N::f1();
|
||||
float &v2 = N::f1(i);
|
||||
int v3 = ::i1;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче