brintos

brintos / llvm-project-archived public Read only

0
0
Text · 222 B · db52f69 Raw
10 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fimplicit-module-maps -fmodules-cache-path=%t -fmodules-decluse -fmodule-name=XN -I %S/Inputs/declare-use %s -verify3 4 5#include "sub.h"6 7const int a = sub;8 9// expected-no-diagnostics10