blob: db52f69c017507d4a1937f58e6e80aa147228a15 [file] [log] [blame]
// 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