aboutsummaryrefslogtreecommitdiff
path: root/test/ASTMerge/Inputs/exprs1.c
blob: 03150a9e377ee65c0098699544e6579643207e08 (plain)
1
2
3
4
5
6
7
8
// Matching
enum E0 {
  E0_Val0 = 'a',
  E0_Val1 = (17),
  E0_Val2 = (1 << 2),
  E0_Val3 = E0_Val2
};