db/fixup_kernel.sh: fix clear_user() handling
[smatch.git] / validation / backend / load-type.c
blob82556769478349091898172e80ec7f6c90a97adc
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