implied: use a time based timeout instead of counting ->nr_children
[smatch.git] / validation / backend / hello.c
blob79905004e0e6793f00fe85417271b052c3043719
1 #include <stdio.h>
3 int main(int argc, char *argv[])
5 puts("hello, world");
7 return 0;
11 * check-name: 'hello, world' code generation
12 * check-command: ./sparsec -c $file -o tmp.o