aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1compiler/check_compiler.c
blob: 1da6902f3837e1719d9af79ef6c050536897eae7 (plain)
1
2
3
4
5
6
7
#include "asn1compiler.h"

int
main(int ac, char **av) {
	return 0;
}