• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 enum E {
2   a = 1,
3   b = 2
4 };
5 
6 enum OpaqueWithType : long;
7