implied: use a time based timeout instead of counting ->nr_children
[smatch.git] / validation / backend / load-type.c
blob80416cad9d1fb25522758b91415868d09e9e0ed2
1 extern struct _IO_FILE *stdin;
3 static void sub(struct _IO_FILE *in) {}
5 static void test(void) {
6 sub(stdin);
9 /*
10 * check-name: Type of loaded objects
11 * check-command: ./sparsec -c $file -o tmp.o