repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge mozilla-central to autoland on a CLOSED TREE
[gecko.git]
/
xpcom
/
tests
/
TestBlockingProcess.cpp
blob
a1996aefdbf7b7a860435bbf55130c208ccfb944
1
#include <stdio.h>
2
#include
"mozilla/Unused.h"
3
4
int
main
() {
5
char
tmp
;
6
mozilla
::
Unused
<<
fread
(&
tmp
,
sizeof
(
tmp
),
1
,
stdin
);
7
return
0
;
8
}