summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/macro-ambiguity/e/system/e_system.h
blob: c9e13419edc5dab55c81bd663df831919d591edf (plain)
1
2
3
4
5
6
7
#ifndef E_SYSTEM_H
#define E_SYSTEM_H

#define BAZ1_SYSTEM(x) 2 * x
#define BAZ2_SYSTEM(x) 2 * x

#endif
OpenPOWER on IntegriCloud