1 // RUN: env CINDEXTEST_SKIP_FUNCTION_BODIES=1 c-index-test -test-load-source all %s 2>&1 \
2 // RUN: | FileCheck --implicit-check-not "error:" %s
15 int bar
= Foo
<int>(bar
).a
+ Foo
<int>(bar
).a
;
16 // CHECK-NOT: error: constructor for 'Foo<int>' must explicitly initialize the reference