repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
x86
/
trivial_program.c
blob
46a447163b939073083f58fd21efd2a5879efecf
1
/* Trivial program to check that compilation with certain flags is working. */
2
3
#include <stdio.h>
4
5
int
6
main
(
void
)
7
{
8
puts
(
""
);
9
return
0
;
10
}