index
:
xavi/stm8-dce-example
master
Proof-of-concept dead code elimination for STM8 with SDCC.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
inc
/
bar.h
blob: 736b10f560aaefdc1996ab86312ed71e95769e03 (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef BAR_H
#define BAR_H
void
bar
(
int
x
);
#endif
/* BAR_H */