packages feed

c2hs-0.26.1: tests/bugs/issue-130/issue130.c

#include "issue130.h"

void my_add(int *a, int *b, int *result)
{
  *result = *a + *b;
}