xref: /openbsd/regress/usr.bin/ctfdump/example.c (revision 3cab2bb3)
1 /* base types */
2 int		i;
3 long		l;
4 long long	ll;
5 float		f;
6 double		d;
7 long double	ld;
8 
9 int
10 main(int argc, char *argv[])
11 {
12 	return 0;
13 }
14