// RUN: rm -rf %t
// RUN: %clang_cc1 -std=c++11 -nostdsysteminc -I%S/Inputs/PR28812 -verify %s
// RUN: %clang_cc1 -std=c++11 -nostdsysteminc -fmodules -fimplicit-module-maps \
// RUN: -fmodules-cache-path=%t -I%S/Inputs/PR28812 -verify %s
;
;
VarStreamArray<int> a;
auto b = a.;
// expected-no-diagnostics