aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/55 dedup compiler libs/liba/liba.h
blob: a980cdc6b18c230a3c9b7225ba12fb9a6c096813 (plain)
1
2
3
4
5
6
7
8
#ifndef LIBA_H_
#define LIBA_H_

void liba_add(int x);
void liba_sub(int x);
int liba_get(void);

#endif