#ifndef __A_H__ #define __A_H__ #import "C.h" int A; int AAA() { return A; } #endif