Initial import.
[libobjid.git] / tst-core.c
1 /* $Id$ */
2
3
4 int main (void)
5 {
6   *(int *) 0 = 0;
7   return 0;
8 }