summaryrefslogtreecommitdiff
path: root/test/Import/enum/Inputs/S.cpp
blob: 3179da1daaccb22e57e0b775f51a40c929144241 (plain)
1
2
3
4
5
6
enum E {
  a = 1,
  b = 2
};

enum OpaqueWithType : long;