Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
macro-reexport
/
c1.h
1
#pragma once
2
3
#include "b1.h"
4
#define assert(x) c
5