aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/macro-ambiguity/e/quote/e_quote.h
blob: 78494299a944ff8c43e5aa1dd7ce7582b27024b4 (plain) (blame)
1
2
3
4
5
6
7
#ifndef E_QUOTE_H
#define E_QUOTE_H

#define BAZ1_QUOTE(x) 2 * x
#define BAZ2_QUOTE(x) 2 * x

#endif