summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/declare-use5.cpp
blob: b34be0f1104ba7a557a1ac5fd87d4f74e6ccac14 (plain)
1
2
3
4
5
6
7
8
9
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodule-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
OpenPOWER on IntegriCloud