android_mt6572_jiabo/external/clang/test/Modules/Inputs/declare-use/j.h
2025-09-05 16:56:03 +08:00

14 lines
167 B
C

#ifndef J_H
#define J_H
#define STR(x) #x
#define HDR(x) STR(x.h)
#include ALLOWED_INC
#include HDR(a)
const int j = a * a + b;
// expected-no-diagnostics
#endif