allwinner_a64/android/external/clang/test/Modules/Inputs/declare-use/e.h
2018-08-08 16:14:42 +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