xref: /llvm-project/clang/test/Modules/Inputs/macro-ambiguity/e/system/e_system.h (revision c2132d8f3325ba4dbaa0ee87567f479e9aa9e425)
1 #ifndef E_SYSTEM_H
2 #define E_SYSTEM_H
3 
4 #define BAZ1_SYSTEM(x) 2 * x
5 #define BAZ2_SYSTEM(x) 2 * x
6 
7 #endif
8