aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/declare-use5.cpp
blob: db52f69c017507d4a1937f58e6e80aa147228a15 (plain) (blame)
1
2
3
4
5
6
7
8
9
// RUN: rm -rf %t
// RUN: %clang_cc1 -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-decluse -fmodule-name=XN -I %S/Inputs/declare-use %s -verify


#include "sub.h"

const int a = sub;

// expected-no-diagnostics