summaryrefslogtreecommitdiffstats
path: root/test cases/unit/55 dedup compiler libs/libb/libb.c
blob: 372086878be07a40c1eb81bbf9cf9280dca82354 (plain)
1
2
3
4
5
6
7
#include <liba.h>
#include "libb.h"

void libb_mul(int x)
{
  liba_add(liba_get() * (x - 1));
}