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

7 lines
102 B
C

#ifndef E_H
#define E_H
#define HEADER "a.h"
#include HEADER
#include "b.h"
const int e = a*b;
#endif