File: test013.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 (9 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
//!!! Testing enumeration references

typedef struct _pt pt5;
typedef struct _pt { int data,x; } pt1;
typedef pt1 pt2,*pt3,*pt4;
typedef struct _pt pt6;
typedef struct _p { int data1; } foo;
typedef int bar;
typedef int _bar;