2 // RUN: %clang_cc1 -verify -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I %S/Inputs %s
4 #include "linkage-merge-bar.h"
10 // expected-error@9 {{functions that differ only in their return type cannot be overloaded}}
11 // expected-note@Inputs/linkage-merge-foo.h:2 {{previous declaration is here}}