repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
show_unreachable.sh: change the line number format
[smatch.git]
/
validation
/
backend
/
hello.c
blob
79905004e0e6793f00fe85417271b052c3043719
1
#include <stdio.h>
2
3
int
main
(
int
argc
,
char
*
argv
[])
4
{
5
puts
(
"hello, world"
);
6
7
return
0
;
8
}
9
10
/*
11
* check-name: 'hello, world' code generation
12
* check-command: ./sparsec -c $file -o tmp.o
13
*/