File: test012.idl

package info (click to toggle)
camlidl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: ml: 5,236; ansic: 945; cpp: 908; makefile: 358; xml: 213; sh: 74
file content (4 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (4)
1
2
3
4
//!!! Testing enumeration references
enum _rgb { red,green=0,blue=-1 };
typedef enum _rgb rgb2,rgb3;
typedef [v1_enum]enum _rgb rgb;