summaryrefslogtreecommitdiff
path: root/testsuite/tests/ffi/should_run/ffi018_c.c
blob: 0d918184d558b9b36921d3b9fcbe7a1f25ea8b20 (plain)
1
2
3
4
5
6
7

#include "ffi018.h"

HsInt64 f(void) {
    return 0x123456789ABCDEF0LL;
}