summaryrefslogtreecommitdiff
path: root/debian/pbuilder-test/02_ladspah.c
blob: dd4171ac3464e620736b6b842e701125f84e1899 (plain)
1
2
3
4
5
6
7
8
9
10
/*BINFMTC:
 */
#include <stdio.h>
#include <ladspa.h>

int main()
{
  printf("ladspa version %s\n", LADSPA_VERSION);
  return 0;
}