blob: db52f69c017507d4a1937f58e6e80aa147228a15 [file] [log] [blame]
Daniel Jasper0ab544f2015-03-13 14:29:39 +00001// RUN: rm -rf %t
Richard Smith47972af2015-06-16 00:08:24 +00002// RUN: %clang_cc1 -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-decluse -fmodule-name=XN -I %S/Inputs/declare-use %s -verify
Daniel Jasper0ab544f2015-03-13 14:29:39 +00003
4
5#include "sub.h"
6
7const int a = sub;
8
9// expected-no-diagnostics