git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61660 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-01-05 00:59:08 +00:00
Родитель 55a7cefc84
Коммит a67865c64e
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -50,4 +50,6 @@ typedef struct N::f2 type2;
void test_f1(int i) { void test_f1(int i) {
int &v1 = N::f1(); int &v1 = N::f1();
float &v2 = N::f1(i); float &v2 = N::f1(i);
int v3 = ::i1;
} }