aboutsummaryrefslogtreecommitdiffstats
path: root/asn1c/tests/check-src/check-50.c
blob: cfdd600697ef463e3f67b9bd5af83124827a03ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#undef	NDEBUG
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <string.h>
#include <assert.h>

#include <Int5.h>
#include <Str4.h>
#include <Utf8-4.h>
#include <VisibleIdentifier.h>

int
main(int ac, char **av) {
	(void)ac;	/* Unused argument */
	(void)av;	/* Unused argument */

	/*
	 * No plans to fill it up: just checking whether it compiles or not.
	 */

	return 0;
}