1 // RUN: rm -rf %t
2 // RUN: %clang_cc1 -x c -I%S/Inputs/merge-fn-prototype-tags -verify %s
3 // RUN: %clang_cc1 -fmodules -fmodule-map-file=%S/Inputs/merge-fn-prototype-tags/module.modulemap -fmodules-cache-path=%t -x c -I%S/Inputs/merge-fn-prototype-tags -verify %s
4 
5 #include "c.h"
mmalloc_attach()6 void mmalloc_attach() { struct stat sbuf; }
7 
8 // expected-no-diagnostics
9