mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 09:06:06 +00:00
10 lines
213 B
C++
10 lines
213 B
C++
// 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
|