repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Heuristic: If the number of operands in the alias are more than the number of
[llvm/stm8.git]
/
test
/
LLVMC
/
test_data
/
together.c
blob
a828c475779b6796fd71d1f56574aa19805e42e7
1
#include <stdio.h>
2
3
void
test
() {
4
printf
(
"hello
\n
"
);
5
}