Clang Project

clang_source_code/test/Analysis/test-include.h
1void test_01(int * data);
2#define DIVXY(X,Y) X/Y
3