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