aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/linkage-merge.cpp
blob: dafb0090e7d478c88d44a57f1dd7c4ff058213e6 (plain)
1
2
3
4
5
6
7
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs %s

#include "linkage-merge-bar.h"

static int f(int);
int f(int);