blob: dafb0090e7d478c88d44a57f1dd7c4ff058213e6 [file] [log] [blame]
Rafael Espindolac855ce72013-04-04 04:40:17 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs %s
3
4#include "linkage-merge-bar.h"
5
6static int f(int);
7int f(int);