aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/56 dedup compiler libs/libb/libb.h
blob: 2e4ddd0c750763036b1b5f1c8e191bef3408071b (plain)
1
2
3
4
5
6
#ifndef _LIBB_H_
#define _LIBB_H_

void libb_mul(int x);

#endif