summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci056_c.c
blob: 2359332329ef4f327ece23ace7867ef79a083a18 (plain)
1
2
3
4
5
6
#include "HsFFI.h"

HsInt f (HsInt x, HsInt y)
{
    return (x + y);
}